Update tailwind.config.js and .air.toml, remove stylegen/package.json and modify base.css and main.go

This commit is contained in:
2024-01-28 16:17:10 -07:00
parent ac9082194c
commit d9b0bc44fb
15 changed files with 134 additions and 25 deletions

View File

@ -5,8 +5,8 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
pre_cmd = ["cd stylegen && bun i"]
cmd = "go build -o ./tmp/main . & cd stylegen && bun gen"
pre_cmd = []
cmd = "go build -o ./tmp/main . & cd stylegen && ./gen.sh"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "stylegen"]
exclude_file = []