Remove decoration from `reflex` output

This commit is contained in:
Deluan 2021-05-26 12:24:02 -04:00
parent 60d50de8c9
commit db11b6b8f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
JS: sh -c "cd ./ui && npm start"
GO: go run github.com/cespare/reflex -c reflex.conf
GO: go run github.com/cespare/reflex -d none -c reflex.conf