refactor: migrate backend to Typescript + other modernization

This commit is contained in:
NGPixel
2026-07-25 14:09:48 +00:00
parent 6f492f0028
commit ee7a15fbd6
61 changed files with 2851 additions and 760 deletions
+9 -1
View File
@@ -5,5 +5,13 @@
"trailingComma": "none",
"bracketSameLine": true,
"endOfLine": "lf",
"insertFinalNewline": true
"insertFinalNewline": true,
"ignorePatterns": [
"**/node_modules/**",
"backend/db/migrations/**",
"backend/locales/**",
"blocks/compiled/**",
"assets/**",
"frontend/dist/**"
]
}