feat: more progress

This commit is contained in:
darwincereska
2026-02-20 06:24:59 -05:00
parent 90f629ad48
commit aa51af9b9f
3 changed files with 32 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ vars:
FRONTEND_BINARY: frontend
# File extension
EXT: "{{ if eq .OS "windows" }}.exe{{ end }}"
EXT: '{{ if eq .OS "windows" }}.exe{{ end }}'
# Tailwind binary
TAILWIND_CMD: "tailwindcss"