summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorTimo Clasen <[email protected]>2025-07-03 21:43:25 +0200
committerGitHub <[email protected]>2025-07-03 14:43:25 -0500
commitdae38574ab0b5b7105cdc195bbe02a8dd015e254 (patch)
treede03ec7f19d2651ebdca9badd6d4b6f5e83e6f57 /package.json
parented4f862b4947a6b446fc9967871bf1ec128ca886 (diff)
downloadopencode-dae38574ab0b5b7105cdc195bbe02a8dd015e254.tar.gz
opencode-dae38574ab0b5b7105cdc195bbe02a8dd015e254.zip
chore: add dev script (#666)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 55242761b..934824982 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"type": "module",
"packageManager": "[email protected]",
"scripts": {
+ "dev": "bun run packages/opencode/src/index.ts",
"typecheck": "bun run --filter='*' typecheck",
"stainless": "bun run ./packages/opencode/src/index.ts serve ",
"postinstall": "./scripts/hooks"