Skip to content

Commit 4b93d15

Browse files
Remove --watch flag from dev script
🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent d152a74 commit 4b93d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"scripts": {
18-
"dev": "bun run --watch src/index.tsx",
18+
"dev": "bun run src/index.tsx",
1919
"prebuild": "bun run build:sdk && bun run build:opentui",
2020
"build": "bun build src/index.tsx --outdir dist --target node --format esm",
2121
"build:sdk": "cd ../sdk && bun run build",

0 commit comments

Comments
 (0)