diff options
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ source ./env ./build cd front -npm run start -- -p 5000 | sudo -E node ../back/dist/index.js +npm run start -- -p 5000 | sudo -E node ../back/dist/index.js # sudo hack to read SSL files |