McCarthyism/run
2022-01-12 14:48:58 -06:00

5 lines
140 B
Bash
Executable file

#!/bin/bash
export $(cat env | xargs) # Read env variables from file
./build
cd front
npm run start -- -p 5000 | node ../back/dist/index.js