Update package.json
Build & Push Docker Image / build (push) Failing after 39s

This commit is contained in:
2026-07-30 21:08:55 +00:00
parent 1b05645c15
commit a16ec18684
+6
View File
@@ -12,5 +12,11 @@
"devDependencies": {
"prettier": "^3.8.3",
"typescript": "~5.9.3"
},
"pnpm": {
"supportedArchitectures": {
"os": ["current", "linux"],
"cpu": ["current", "x64"]
}
}
}