diff options
author | Anthony Wang | 2021-05-08 18:52:13 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-08 18:52:13 -0500 |
commit | 8cf4626e99c75e00a14169a549d58e42fd5cbab2 (patch) | |
tree | 56664100868d244850eb68e24da5ec6814c44eb0 | |
parent | 78f5b677eae35a00bfdf8cd7fdcae2e0cb535926 (diff) |
Update run script
-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 |