fix: bun's --hot option doesn't like modules
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"module": "./src/index.ts",
|
||||
"scripts": {
|
||||
"start": "bun ./src/index.ts",
|
||||
"dev": "bun --hot ./src/index.ts",
|
||||
"dev": "bun --watch ./src/index.ts",
|
||||
"build": "bun build ./src/index.ts"
|
||||
},
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user