로컬(개발)용과 운영용 설정분리

This commit is contained in:
2025-12-28 13:45:41 +09:00
parent a871ec8008
commit 716f4f8791
15 changed files with 661 additions and 368 deletions

View File

@@ -11,16 +11,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"better-sqlite3": "^11.0.0",
"chart.js": "^4.5.1",
"nuxt": "^3.13.0",
"pg": "^8.11.0",
"vue": "^3.4.0",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20.0.0",
"@types/pg": "^8.11.0",
"typescript": "^5.3.0"
}
}