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",
|
"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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue