Add tailwind watch to air; use tailwind native minify

This commit is contained in:
joncrangle
2023-12-16 01:16:44 -05:00
parent 88dce971ff
commit 251b7e3b55
2 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ tmp_dir = "tmp"
poll = false
poll_interval = 0
post_cmd = []
pre_cmd = ["git submodule update --init --recursive; git rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION; cd proxychain/codegen && go run codegen.go && cd ../../handlers/api_modifiers_codegen && go run api_modifiers_codegen.go"]
pre_cmd = ["git submodule update --init --recursive; git rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION; cd proxychain/codegen && go run codegen.go && cd ../../handlers/api_modifiers_codegen && go run api_modifiers_codegen.go && pnpm watch"]
rerun = false
rerun_delay = 500
send_interrupt = false