We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721c1a commit 74980c3Copy full SHA for 74980c3
1 file changed
backend/runner.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-node --enable-source-maps dist/main.js &
+node --enable-source-maps dist/src/main.js &
3
nginx -g "daemon off;" &
4
wait -n
5
exit $?
0 commit comments