aim-oscar-server/run.sh

6 lines
56 B
Bash
Raw Normal View History

2022-02-11 13:28:01 -05:00
#!/bin/bash
source env/dev.env
npm install
npm run dev