change to hot package.json
This commit is contained in:
parent
bb93959ddd
commit
99148fc512
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"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:fix": "bun lint --fix",
|
||||
"cleanup": "rm -rf logs node_modules bun.lockdb"
|
||||
|
|
Loading…
Add table
Reference in a new issue