add pre_cmd in .air.toml to generate styles on hot reload
This commit is contained in:
parent
8fa143a6fc
commit
5fbc6217a5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ tmp_dir = "tmp"
|
||||||
poll = false
|
poll = false
|
||||||
poll_interval = 0
|
poll_interval = 0
|
||||||
post_cmd = []
|
post_cmd = []
|
||||||
pre_cmd = []
|
pre_cmd = ["pnpm tw:dev"]
|
||||||
rerun = false
|
rerun = false
|
||||||
rerun_delay = 500
|
rerun_delay = 500
|
||||||
send_interrupt = false
|
send_interrupt = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue