bun 8149d139
Steve · 2023-10-03 19:04 1 file(s) · +3 −3
package.json +3 −3
3 3
  "version": "2.1.0",
4 4
  "private": false,
5 5
  "scripts": {
6 -
    "dev": "astro dev",
7 -
    "start": "astro dev",
6 +
    "dev": "bunx --bun astro dev",
7 +
    "start": "bunx --bun astro dev",
8 8
    "sync": "astro sync",
9 9
    "build": "astro build",
10 -
    "preview": "astro preview",
10 +
    "preview": "bunx --bun astro preview",
11 11
    "format": "prettier -w ./src ./src/**/*.astro"
12 12
  },
13 13
  "devDependencies": {