diff options
Diffstat (limited to 'packages/web/package.json')
| -rw-r--r-- | packages/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/package.json b/packages/web/package.json index c1722b2bf..bdd6467c0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -4,6 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", + "dev:remote": "sst shell --stage=dev --target=Web astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", |
