tidev / liveview

Titanium LiveTi (live preview of Titanium applications on device)
Other
7 stars 3 forks source link

vite.config.js missing #227

Open m1ga opened 10 months ago

m1ga commented 10 months ago

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?