Skip to content

Commit 74980c3

Browse files
authored
update path for runner (#1463)
1 parent f721c1a commit 74980c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
node --enable-source-maps dist/main.js &
2+
node --enable-source-maps dist/src/main.js &
33
nginx -g "daemon off;" &
44
wait -n
55
exit $?

0 commit comments

Comments
 (0)