sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.04k stars 114 forks source link

Astro `sst init` doesn't update dev script #409

Closed jayair closed 1 month ago

jayair commented 1 month ago

I think there might've been a change with Astro, after running sst init this is the package.json.

  "scripts": {
    "astro": "astro",
    "build": "astro check \u0026\u0026 astro build",
    "dev": "astro dev",
    "preview": "astro preview",
    "start": "astro dev"
  },
thdxr commented 1 month ago

fixed in v0.0.374