Start work on adding a custom /util route root in api

This commit is contained in:
TheArcaneBrony
2022-09-19 00:44:29 +02:00
parent b07e71a1f0
commit b146d33aa0
10 changed files with 86 additions and 3 deletions
+1 -1
View File
@@ -11,6 +11,6 @@
"quiet": false,
"steps": {
"pre": ["clean"],
"post": ["remap_imports"]
"post": ["util_resources", "remap_imports"]
}
}