start of db management and tables
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
creations 2025-05-01 17:16:36 -04:00
parent ab81475ad6
commit d066cc9fed
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 112 additions and 18 deletions

View file

@ -7,7 +7,9 @@
"dev": "bun run --hot src/index.ts --dev",
"lint": "bunx biome check",
"lint:fix": "bunx biome check --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
"cleanup": "rm -rf logs node_modules bun.lockdb",
"setup": "bun run config/setup/index.ts"
},
"devDependencies": {
"@types/bun": "^1.2.11",