mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
ignore: fix dev remote
This commit is contained in:
parent
f821b55514
commit
52b3eddeee
4 changed files with 2 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vinxi dev --host 0.0.0.0",
|
||||
"dev:remote": "bun sst shell --target=Console --stage=dev bun dev",
|
||||
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
|
||||
"build": "vinxi build",
|
||||
"start": "vinxi start",
|
||||
"version": "0.5.28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue