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 3d6a5fb commit 0cbbd26Copy full SHA for 0cbbd26
website/.npmrc
@@ -1,6 +1,13 @@
1
package-manager-strict-version=false
2
public-hoist-pattern[]=*
3
+
4
+# Allow native modules to run their build scripts
5
onlyBuiltDependencies[]=better-sqlite3
6
onlyBuiltDependencies[]=esbuild
7
onlyBuiltDependencies[]=sharp
8
onlyBuiltDependencies[]=@parcel/watcher
9
+onlyBuiltDependencies[]=unrs-resolver
10
+onlyBuiltDependencies[]=daisy-ui-kit
11
12
+# Disable the new pnpm security feature that blocks scripts
13
+enableScripts=true
0 commit comments