summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/package.json
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-02-25 23:53:09 +0100
committerGitHub <[email protected]>2026-02-25 23:53:09 +0100
commit9d29d692c6d93322f5894cca4232d80106e7c81a (patch)
tree65ac7313b158679e73722a90f7c813291a0ba03c /packages/console/app/package.json
parent1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (diff)
downloadopencode-9d29d692c6d93322f5894cca4232d80106e7c81a.tar.gz
opencode-9d29d692c6d93322f5894cca4232d80106e7c81a.zip
split tui/server config (#13968)
Diffstat (limited to 'packages/console/app/package.json')
-rw-r--r--packages/console/app/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/package.json b/packages/console/app/package.json
index adf2d2d28..05d2309a4 100644
--- a/packages/console/app/package.json
+++ b/packages/console/app/package.json
@@ -7,7 +7,7 @@
"typecheck": "tsgo --noEmit",
"dev": "vite dev --host 0.0.0.0",
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51RtuLNE7fOCwHSD4mewwzFejyytjdGoSDK7CAvhbffwaZnPbNb2rwJICw6LTOXCmWO320fSNXvb5NzI08RZVkAxd00syfqrW7t bun sst shell --stage=dev bun dev",
- "build": "bun ./script/generate-sitemap.ts && vite build && bun ../../opencode/script/schema.ts ./.output/public/config.json",
+ "build": "bun ./script/generate-sitemap.ts && vite build && bun ../../opencode/script/schema.ts ./.output/public/config.json ./.output/public/tui.json",
"start": "vite start"
},
"dependencies": {