first ugly version of authenticated backend requests.

needs some refactoring, but it works?
This commit is contained in:
2025-06-30 13:22:27 +02:00
parent d9050b35ba
commit ca378790f1
6 changed files with 52 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
// Make local stuff available for non-relative import
"baseUrl": "./",
"paths": {
"muzak/config/*": ["./src/config/*"]
"muzak/config/*": ["./src/config/*"],
"muzak/data/*": ["./src/data/*"]
},
"allowJs": false,