We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9cae8 commit f1a60a0Copy full SHA for f1a60a0
cloud/app/package.json
@@ -5,7 +5,7 @@
5
"typecheck": "tsc --noEmit",
6
"dev": "vinxi dev --host 0.0.0.0",
7
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
8
- "build": "vinxi build",
+ "build": "vinxi build && ../../packages/opencode/script/schema.ts ./.output/public/config.json",
9
"start": "vinxi start",
10
"version": "0.6.4"
11
},
0 commit comments