summaryrefslogtreecommitdiffhomepage
path: root/packages/web/package.json
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-15 15:38:10 -0400
committerJay V <[email protected]>2025-09-15 15:38:23 -0400
commit0707890359a9102564e02614887ab7d0ef409bc8 (patch)
tree0de1e0bf566cdd1a16fb701a429e365cb69463ba /packages/web/package.json
parent6dbba8e326458cfe3f6a05c534e2498500571ebf (diff)
downloadopencode-0707890359a9102564e02614887ab7d0ef409bc8.tar.gz
opencode-0707890359a9102564e02614887ab7d0ef409bc8.zip
docs: zen
Diffstat (limited to 'packages/web/package.json')
-rw-r--r--packages/web/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/package.json b/packages/web/package.json
index b7bb882e8..3b37be3ac 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -4,7 +4,7 @@
"version": "0.9.0",
"scripts": {
"dev": "astro dev",
- "dev:remote": "sst shell --stage=dev --target=Web astro dev",
+ "dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",