fix:优化代码
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "720yun-offline-api",
|
||||
"version": "1.0.0",
|
||||
"description": "全景查看器后端 API,可单独部署",
|
||||
"description": "全景查看器后端 API,可单独部署(纯 JS,无原生依赖)",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
@@ -10,7 +10,6 @@
|
||||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^11.6.0",
|
||||
"express": "^4.21.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user