chore(config): add test script to package.json

This commit is contained in:
Prad Nukala
2026-08-10 10:48:38 -04:00
parent e9ddb3304b
commit 85a2016226
+2 -1
View File
@@ -5,7 +5,8 @@
"scripts": { "scripts": {
"dev": "bun --watch src/index.ts", "dev": "bun --watch src/index.ts",
"start": "bun src/index.ts", "start": "bun src/index.ts",
"db:reset": "rm -f data.db data.db-wal data.db-shm && bun src/db.ts" "db:reset": "rm -f data.db data.db-wal data.db-shm && bun src/db.ts",
"test": "bun scripts/test.ts"
}, },
"dependencies": { "dependencies": {
"hono": "^4.13.1", "hono": "^4.13.1",