import legacy frontend & fix dependency issues

This commit is contained in:
tw-blue
2025-12-07 12:51:57 +01:00
parent 91ac875a32
commit cd6cfec7f3
52 changed files with 3963 additions and 267 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": true,
"semi": true,
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
}
]
}