diff options
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 4041cf47b..f17b7b7e9 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "private": true, "scripts": { + "dev": "astro dev", "start": "astro dev", "build": "astro build" }, |