forked from atums.world/backend
add clearTable command, simple webpage start
This commit is contained in:
parent
f14daf041a
commit
9a93e6269d
10 changed files with 156 additions and 11 deletions
|
@ -7,7 +7,8 @@
|
|||
"dev": "bun run --watch src/index.ts --dev",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "bun lint --fix",
|
||||
"cleanup": "rm -rf logs node_modules bun.lockdb"
|
||||
"cleanup": "rm -rf logs node_modules bun.lockdb",
|
||||
"clearTable": "bun run src/helpers/commands/clearTable.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.22.0",
|
||||
|
@ -32,7 +33,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"ejs": "^3.1.10",
|
||||
"exiftool-vendored": "^29.1.0",
|
||||
"exiftool-vendored": "^29.2.0",
|
||||
"fast-jwt": "^5.0.5",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"image-thumbnail": "^1.0.17",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue