Remove decoration from reflex output

This commit is contained in:
Deluan 2021-05-26 12:24:02 -04:00 committed by Joe Stump
parent 3b87ed8c1f
commit 31b70553b9
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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