Skip to content

Commit 63ecd54

Browse files
committed
Update preview script in package.json to include unstable-bare-node-builtins flag
1 parent 5689fa0 commit 63ecd54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",
9-
"preview": "deno run --allow-net --allow-read --allow-env --unstable-kv ./dist/server/entry.mjs",
9+
"preview": "deno run --allow-net --allow-read --allow-env --unstable-bare-node-builtins --unstable-kv ./dist/server/entry.mjs",
1010
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-astro",
1111
"format:check": "prettier . --check --cache",
1212
"lint": "eslint .",

0 commit comments

Comments
 (0)