diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-06 17:20:54 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-06 17:20:54 +0200 |
commit | fd56c70ed709d770410b8f7de49dd18db5b3537e (patch) | |
tree | db6440d355fdad0819334555c5627a2c7b59588e /runDev.js | |
parent | 8cd4f8523bfe67784f1369eeef33556887e53379 (diff) | |
download | Luxcena-Neo-fd56c70ed709d770410b8f7de49dd18db5b3537e.tar.gz Luxcena-Neo-fd56c70ed709d770410b8f7de49dd18db5b3537e.zip |
:hammer: Fix new path definition for dev env
Diffstat (limited to 'runDev.js')
-rw-r--r-- | runDev.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |