diff options
author | 2021-08-19 01:07:08 -0400 | |
---|---|---|
committer | 2021-08-18 22:07:08 -0700 | |
commit | e66872125d6a5e5246aeb7a2f1d5784d5c5493b7 (patch) | |
tree | 05bfcb3ec8c33a798fdc32b8d1633151e7a8a113 /examples/framework-svelte | |
parent | ece0953aed6879b4e7bf2b812b4a20508181b496 (diff) | |
download | astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.gz astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.zst astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.zip |
add dev script, switch documentation from advising start to dev script (#1141)
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" }, |