add clearTable command, simple webpage start

This commit is contained in:
creations 2025-03-18 21:07:15 -04:00
parent f14daf041a
commit 9a93e6269d
Signed by: creations
GPG key ID: 8F553AA4320FC711
10 changed files with 156 additions and 11 deletions

View file

@ -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",