diff options
| author | Dax Raad <[email protected]> | 2025-08-27 21:49:39 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-27 21:49:39 -0400 |
| commit | cf79262dc466f6afdf43d06af7dd4498e9a3feec (patch) | |
| tree | 0dc6d5384f15935755b0aaf43a8e39e407603cba | |
| parent | 43e8047ad6bfca6e9079f266a33ddde138637456 (diff) | |
| download | opencode-cf79262dc466f6afdf43d06af7dd4498e9a3feec.tar.gz opencode-cf79262dc466f6afdf43d06af7dd4498e9a3feec.zip | |
ignore: cloud
| -rw-r--r-- | cloud/app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index 100377666..0eb3ec6c2 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "dev": "vinxi dev --host 0.0.0.0", - "dev:remote": "bun sst shell --stage=dev bun dev", + "dev:remote": "bun sst shell --target=Solid --stage=dev bun dev", "build": "vinxi build", "start": "vinxi start", "version": "0.5.28" |
