first ugly version of authenticated backend requests.
needs some refactoring, but it works?
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user