fix typescript daemon not working

This commit is contained in:
Jonas Leder 2021-01-11 20:24:21 +01:00
parent 389df1ab15
commit c51d2d9436

View file

@ -1,5 +1,5 @@
start sass --watch --style compressed scss/:public/css
start tsc --watch
cd public
start php -S 127.0.0.1:8081
start tsc --watch
start php -S 127.0.0.1:8081