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 b6011d3 commit dcad952Copy full SHA for dcad952
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "stackblitz-zip",
3
"type": "module",
4
"version": "0.0.8",
5
- "packageManager": "pnpm@10.20.0",
+ "packageManager": "pnpm@11.1.2",
6
"description": "Download StackBlitz projects programmatically",
7
"license": "MIT",
8
"repository": "stackblitz-labs/stackblitz.zip",
pnpm-workspace.yaml
@@ -2,5 +2,10 @@ packages:
- app
- playground
+allowBuilds:
+ contextify: false
+ esbuild: false
+ simple-git-hooks: true
9
+
10
overrides:
11
stackblitz-zip: 'link:.'
0 commit comments