We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7c6a5 commit 5f1b161Copy full SHA for 5f1b161
packages/docs/package.json
@@ -4,11 +4,11 @@
4
"version": "0.0.1",
5
"private": true,
6
"scripts": {
7
- "dev": "astro dev",
8
- "start": "astro dev",
9
- "build": "astro build",
10
- "preview": "astro preview",
11
- "astro": "astro"
+ "dev": "bunx --bun astro dev",
+ "start": "bunx --bun astro dev",
+ "build": "bunx --bun astro build",
+ "preview": "bunx --bun astro preview",
+ "astro": "bunx --bun astro"
12
},
13
"dependencies": {
14
"@astrojs/mdx": "^4.3.0",
0 commit comments