diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
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" |
