rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 33s

This commit is contained in:
2026-08-02 19:58:39 +05:00
parent 292bb29099
commit c6015e27a6
162 changed files with 18094 additions and 469 deletions
+7 -2
View File
@@ -8,6 +8,11 @@
"allowArbitraryExtensions": true,
"skipLibCheck": true,
/* Path alias (shadcn convention) */
"paths": {
"@/*": ["./src/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
@@ -17,8 +22,8 @@
"jsx": "react-jsx",
/* Linting */
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true
},