93e1258c7c
Will be used for user video quotas and multiple video resolutions
5 lines
103 B
Bash
Executable file
5 lines
103 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
NODE_ENV=test concurrently -k \
|
|
"npm run watch:client" \
|
|
"npm run watch:server"
|