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 5689fa0 commit 63ecd54Copy full SHA for 63ecd54
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "astro dev",
8
"build": "astro build",
9
- "preview": "deno run --allow-net --allow-read --allow-env --unstable-kv ./dist/server/entry.mjs",
+ "preview": "deno run --allow-net --allow-read --allow-env --unstable-bare-node-builtins --unstable-kv ./dist/server/entry.mjs",
10
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-astro",
11
"format:check": "prettier . --check --cache",
12
"lint": "eslint .",
0 commit comments