You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: