This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/development

3 lines
100 B
Bash
Executable File

#!/bin/bash
./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"