[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
simkeu 07072025
/
keuangan
/
vendors
/
bower_components
/
nouislider
/
scripts
/
[
Home
]
File: dev.sh
#!/usr/bin/env bash set -e # exit when error # & wait added so that if any of the command fails # you can still CTRL+C the whole thing (no phantom process) npm run watch:js & npm run serve-tests & wait