diff options
author | 2024-10-15 07:43:46 +0100 | |
---|---|---|
committer | 2024-10-15 14:43:46 +0800 | |
commit | ce1f53cd84d4e95122fe06d76a1791e29b5c25b9 (patch) | |
tree | 5271bf1d39405b7ce8f719eff7185a8e207de3bb /examples/basics | |
parent | 9fc86e543a6e4d0c6d4c6acaf7502f00a11da270 (diff) | |
download | astro-ce1f53cd84d4e95122fe06d76a1791e29b5c25b9.tar.gz astro-ce1f53cd84d4e95122fe06d76a1791e29b5c25b9.tar.zst astro-ce1f53cd84d4e95122fe06d76a1791e29b5c25b9.zip |
Remove start comand from templates (next) (#12200)
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 27d211e97..8783fb4d5 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -5,7 +5,6 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" |