Really simple: I am building a small frontend and bundle it with Vite. The generated HTML file is consumed with go:embed - and I would like to use Air to put the pieces together nicely.
It seems that the pre_cmd is blocking, so running vite's watcher halts the whole thing unfortunately.
Hello!
Really simple: I am building a small frontend and bundle it with Vite. The generated HTML file is consumed with
go:embed
- and I would like to use Air to put the pieces together nicely.It seems that the
pre_cmd
is blocking, so running vite's watcher halts the whole thing unfortunately.Got another idea?
Kind regards!