更新到数据库

This commit is contained in:
散仙
2024-11-25 00:31:05 +08:00
parent 4ae76f5eed
commit 5115851c1f
5 changed files with 92 additions and 67 deletions

View File

@@ -5,12 +5,13 @@
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node server.js"
},
"author": "satori",
"license": "GPL-3.0-only",
"dependencies": {
"express": "^4.21.1",
"mysql2": "^3.11.4",
"tail": "^2.2.6"
}
}