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