Skip to content

Commit cfe548a

Browse files
add debug in dev command
1 parent 83f143c commit cfe548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ip"
2828
],
2929
"scripts": {
30-
"dev": "bun run --hot example/basic.ts",
30+
"dev": "DEBUG=* bun run --hot example/basic.ts",
3131
"build": "rm -rf dist && tsc --project tsconfig.esm.json",
3232
"lint": "eslint . --ext .ts"
3333
},

0 commit comments

Comments
 (0)