main
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-04-25 14:37:46 +02:00
parent ad5a97a4fd
commit 9d8c34b39d
34 changed files with 5853 additions and 164 deletions
+8 -2
View File
@@ -20,6 +20,12 @@
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
}
"noFallthroughCasesInSwitch": false,
"jsx": "react-jsx"
},
"exclude": [
"node_modules",
"dist",
"media-worker"
]
}