Skip to content

Commit 116fda8

Browse files
committed
fix
1 parent 7750db9 commit 116fda8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

www/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"deploy": {
33
"framework": "nuxt",
4-
"install": "deno run -A npm:pnpm@11.8.0 install",
5-
"build": "deno run -A npm:pnpm@11.8.0 build"
4+
"install": "deno run -A --unstable-unsafe-proto npm:pnpm@11.8.0 install",
5+
"build": "deno run -A --unstable-unsafe-proto npm:pnpm@11.8.0 build"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)