change to hot package.json

This commit is contained in:
creations 2025-03-26 10:32:04 -04:00
parent bb93959ddd
commit 99148fc512
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -4,7 +4,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "bun run src/index.ts", "start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts --dev", "dev": "bun run --hot src/index.ts --dev",
"lint": "eslint", "lint": "eslint",
"lint:fix": "bun lint --fix", "lint:fix": "bun lint --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb" "cleanup": "rm -rf logs node_modules bun.lockdb"