aboutsummaryrefslogtreecommitdiff
path: root/runDev.js
diff options
context:
space:
mode:
Diffstat (limited to 'runDev.js')
-rw-r--r--runDev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runDev.js b/runDev.js
index 6fbd702..4fafa29 100644
--- a/runDev.js
+++ b/runDev.js
@@ -12,7 +12,7 @@ Tail = require('tail').Tail;
*/
webpackLaunchCommand = ["npm", "run", "dev:frontend"];
-nodejsLaunchCommand = ["node", "app.js", `"${__dirname}/tmp"`];
+nodejsLaunchCommand = ["node", "app.js", `dev`];
mkdocsLaunchCommand = ["mkdocs", "build"];
nodejsFileWatcherPaths = [