wip: generate config.json

This commit is contained in:
Frank
2025-09-03 11:24:13 -04:00
parent 4b9cae82e6
commit f1a60a0a93

View File

@@ -5,7 +5,7 @@
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"dev": "vinxi dev --host 0.0.0.0", "dev": "vinxi dev --host 0.0.0.0",
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev", "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
"build": "vinxi build", "build": "vinxi build && ../../packages/opencode/script/schema.ts ./.output/public/config.json",
"start": "vinxi start", "start": "vinxi start",
"version": "0.6.4" "version": "0.6.4"
}, },