Update nodemon command in run_dev.sh

This commit is contained in:
dertyp7
2024-01-18 21:34:50 +01:00
parent eb5ad33531
commit 3dbc269e3d

View File

@@ -1,6 +1,6 @@
trap "bash clean_dev_env.sh" INT
npx nodemon -w ./src --ext scss --exec sh -- build_dev.sh
npx nodemon -L -w ./src --ext scss --exec sh -- build_dev.sh
bash clean_dev_env.sh