5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
cd /app/backend && npm run start:prod &
|
|
cd /app/frontend && npm run start:prod
|
|
|
|
fg %1 |