3 lines
100 B
Plaintext
3 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"
|