added bit more advanced file existance checking, removed vhosts in favor or routes

This commit is contained in:
mrfry
2023-03-29 19:10:44 +02:00
parent ba89f4a342
commit 113a114821
24 changed files with 2720 additions and 2474 deletions
+1 -7
View File
@@ -1,9 +1,3 @@
{
"serverPath": "dist/server.js",
"qminingPageDir": "submodules/qmining-page",
"qminingIndexPath": "nextStatic/qminingPagePublic/index.html",
"dataEditorPageDir": "submodules/qmining-data-editor",
"dataEditorIndexPath": "nextStatic/dataEditorPublic/index.html",
"moodleTestUserscriptDir": "submodules/moodle-test-userscript",
"moodleTestUserscriptPath": "submodules/moodle-test-userscript/stable.user.js"
"savedQuestionsFileName": "savedQuestions.json"
}