We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9166ac commit 37ccf73Copy full SHA for 37ccf73
.env
.gitignore
@@ -25,3 +25,4 @@ dist-ssr
25
26
# local
27
pruebas.js
28
+.env
package.json
@@ -31,5 +31,21 @@
31
"eslint-plugin-react-refresh": "^0.4.18",
32
"globals": "^15.14.0",
33
"vite": "^6.1.0"
34
+ },
35
+ "pnpm": {
36
+ "ignoredBuiltDependencies": [
37
+ "@swc/core",
38
+ "esbuild",
39
+ "onnxruntime-node",
40
+ "protobufjs",
41
+ "sharp"
42
+ ],
43
+ "onlyBuiltDependencies": [
44
45
46
47
48
49
+ ]
50
}
51
0 commit comments