ci: ignore

This commit is contained in:
Dax Raad
2025-08-03 03:37:53 -04:00
parent 841f1907bb
commit f739e1a958
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@
}, },
"trustedDependencies": [ "trustedDependencies": [
"sharp", "sharp",
"esbuild",
], ],
"catalog": { "catalog": {
"@tsconfig/node22": "22.0.2", "@tsconfig/node22": "22.0.2",

View File

@@ -39,6 +39,7 @@
"printWidth": 120 "printWidth": 120
}, },
"trustedDependencies": [ "trustedDependencies": [
"esbuild",
"protobufjs", "protobufjs",
"sharp" "sharp"
], ],