refactor: flatten static asset layout

This commit is contained in:
2026-04-15 00:23:24 +02:00
parent f65e098b9d
commit b9eec9e71a
12 changed files with 15 additions and 617 deletions

View File

@@ -12,6 +12,6 @@
"skipLibCheck": true
},
"include": [
"static/js/**/*.ts"
"static/*.ts"
]
}