Skip to content

Commit 37ccf73

Browse files
committed
cambios
1 parent f9166ac commit 37ccf73

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.env

-1
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ dist-ssr
2525

2626
# local
2727
pruebas.js
28+
.env

package.json

+16
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,21 @@
3131
"eslint-plugin-react-refresh": "^0.4.18",
3232
"globals": "^15.14.0",
3333
"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+
"@swc/core",
45+
"esbuild",
46+
"onnxruntime-node",
47+
"protobufjs",
48+
"sharp"
49+
]
3450
}
3551
}

0 commit comments

Comments
 (0)