Skip to content

Commit 77d8a0a

Browse files
authored
Fix dev script (#74)
1 parent 33fba4e commit 77d8a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"prepare": "cd ./src/playground && pnpm install",
2121
"typecheck": "tsc --noEmit",
22-
"dev": "tsx ./src/index.ts",
22+
"dev": "tsx ./src/index.ts dev -p 3000",
2323
"build": "tsup ./src/index.ts --format cjs,esm --dts --clean && pnpm run build:ui",
2424
"build:ui": "cd ./src/playground && rm -rf ./dist && pnpm run build",
2525
"prepublishOnly": "pnpm run build",

0 commit comments

Comments
 (0)