File size: 109 Bytes
3111e9d
19daed1
 
 
1
2
3
4
#!/bin/bash
#npm run build && npx http-server build -a localhost -p 3000 -o
yarn start:production &
exec "$@"