Deploy front end to root directory

This commit is contained in:
2026-04-02 01:58:26 -04:00
parent 55b37e5156
commit 3de54fa0dc
4 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ port = 8080
[[hooks]]
stage = "pre_build"
command = "./tailwindcss.exe"
command = "./tailwindcss"
command_arguments = ["-i", "input.css", "-o", "./dist/.stage/app.css"]