balena-os / wifi-connect

Easy WiFi setup for Linux devices from your mobile phone or laptop
Apache License 2.0
1.3k stars 365 forks source link

Migrate to use Vite instead of Create React App #515

Open thienandangthanh opened 1 year ago

thienandangthanh commented 1 year ago

Fix #514

What have been done

thienandangthanh commented 1 year ago

I found out there's a problem that the ui only show blank page when running with wifi-connect binary.

The cause is that vite build output both assets and static directory. But wifi-connect doesn't serve the assets folder.