When starting liveview v2 in an existing project it will fail with
failed to load config from /home/miga/dev/titanium/app/vite.config.js
[LiveView] Error: Build failed with 1 error:
error: Could not resolve "/home/miga/dev/titanium/app/vite.config.js"
just creating an empty vite.config.js will work.
Is there a way to ignore missing configs and load a default/empty one?
When starting liveview v2 in an existing project it will fail with
just creating an empty vite.config.js will work.
Is there a way to ignore missing configs and load a default/empty one?