too many things
This commit is contained in:
parent
3b892b3db0
commit
b5dd0ed413
9 changed files with 1187 additions and 3 deletions
|
@ -4,14 +4,16 @@
|
|||
"dependencies": {
|
||||
"esbuild": "^0.25.3",
|
||||
"fastify": "^5.3.2",
|
||||
"oceanic.js": "^1.12.0"
|
||||
"oceanic.js": "^1.12.0",
|
||||
"sqlite": "^5.1.1",
|
||||
"sqlite3": "^5.1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.15.2",
|
||||
"tsx": "^4.19.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx --watch --env-file-if-exists=.env src/index.ts",
|
||||
"dev": "tsx --watch --inspect-brk --env-file-if-exists=.env src/index.ts",
|
||||
"build": "node build.mjs",
|
||||
"start": "node build.mjs && node dist/index.js"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue