Compare commits
2 Commits
2d991cfef3
...
e5c7b35cf9
| Author | SHA1 | Date | |
|---|---|---|---|
| e5c7b35cf9 | |||
| fc5824a9f8 |
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
# Local Netlify folder
|
|
||||||
.netlify
|
|
||||||
BIN
MEDICONNECT.rar
(Stored with Git LFS)
Normal file
BIN
MEDICONNECT.rar
(Stored with Git LFS)
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/medicos-list.js')
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/medicos-login.js')
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/medicos-register.js')
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/pacientes-list.js')
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/pacientes-login.js')
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
module.exports = require('./netlify/functions/pacientes-register.js')
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"type":"commonjs"}
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"functions":[{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\medicos-list.js","name":"medicos-list","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\medicos-list.zip","runtime":"js"},{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\medicos-login.js","name":"medicos-login","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\medicos-login.zip","runtime":"js"},{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\medicos-register.js","name":"medicos-register","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\medicos-register.zip","runtime":"js"},{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\pacientes-list.js","name":"pacientes-list","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\pacientes-list.zip","runtime":"js"},{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\pacientes-login.js","name":"pacientes-login","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\pacientes-login.zip","runtime":"js"},{"bundler":"zisi","buildData":{"runtimeAPIVersion":1},"mainFile":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\netlify\\functions\\pacientes-register.js","name":"pacientes-register","priority":10,"runtimeVersion":"nodejs22.x","path":"C:\\Users\\raild\\Desktop\\MEDICONNECT\\.netlify\\functions\\pacientes-register.zip","runtime":"js"}],"system":{"arch":"x64","platform":"win32"},"timestamp":1758815011582,"version":1}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,45 +0,0 @@
|
|||||||
headersOrigin = "config"
|
|
||||||
redirectsOrigin = "config"
|
|
||||||
plugins = []
|
|
||||||
|
|
||||||
[functions]
|
|
||||||
|
|
||||||
[functions."*"]
|
|
||||||
|
|
||||||
[build]
|
|
||||||
publish = "C:\\Users\\raild\\Desktop\\MEDICONNECT netify\\MEDICONNECT\\dist"
|
|
||||||
publishOrigin = "config"
|
|
||||||
commandOrigin = "config"
|
|
||||||
command = "pnpm build"
|
|
||||||
|
|
||||||
[build.environment]
|
|
||||||
|
|
||||||
[build.processing]
|
|
||||||
|
|
||||||
[build.processing.css]
|
|
||||||
|
|
||||||
[build.processing.html]
|
|
||||||
|
|
||||||
[build.processing.images]
|
|
||||||
|
|
||||||
[build.processing.js]
|
|
||||||
|
|
||||||
[build.services]
|
|
||||||
|
|
||||||
[[headers]]
|
|
||||||
for = "/assets/*"
|
|
||||||
|
|
||||||
[headers.values]
|
|
||||||
Cache-Control = "public, max-age=31536000, immutable"
|
|
||||||
|
|
||||||
[[redirects]]
|
|
||||||
from = "/*"
|
|
||||||
to = "/index.html"
|
|
||||||
status = 200.0
|
|
||||||
force = false
|
|
||||||
|
|
||||||
[redirects.query]
|
|
||||||
|
|
||||||
[redirects.conditions]
|
|
||||||
|
|
||||||
[redirects.headers]
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"geolocation": {
|
|
||||||
"data": {
|
|
||||||
"city": "Aracaju",
|
|
||||||
"country": {
|
|
||||||
"code": "BR",
|
|
||||||
"name": "Brazil"
|
|
||||||
},
|
|
||||||
"subdivision": {
|
|
||||||
"code": "SE",
|
|
||||||
"name": "Sergipe"
|
|
||||||
},
|
|
||||||
"timezone": "America/Maceio",
|
|
||||||
"latitude": -10.9094,
|
|
||||||
"longitude": -37.0716,
|
|
||||||
"postalCode": "49044"
|
|
||||||
},
|
|
||||||
"timestamp": 1758813927478
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
crud
1
crud
@ -1 +0,0 @@
|
|||||||
Subproject commit 10f4a4f90c74a2facd1821f30103c7f8e730fde4
|
|
||||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "riseup-squad18",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user