db 연결 패치

This commit is contained in:
2026-03-01 15:02:44 +09:00
parent c0b3598f88
commit 5c4117658e
4 changed files with 25 additions and 5 deletions

13
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@google/genai": "1.40.0",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"leaflet": "1.9.4",
"lucide-react": "0.460.0",
@@ -2168,6 +2169,18 @@
"node": ">=8"
}
},
"node_modules/dotenv": {
"version": "17.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
"integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",