3 Commits

Author SHA1 Message Date
Vanalite
41da624986 chore: reconfigure to get the mobile app up again 2025-09-15 19:47:44 +07:00
Vanalite
712dbf482a chore: isolate port for mobile app
Avoid using the same port between mobile-app vs web-app
Make sure both commands for developing mobile-app & web-app stay alive
Test:
yarn dev is running
yarn dev:mobile is running
2025-09-15 19:47:33 +07:00
Vanalite
3f62c96cd0 feat: Init mobile app from current Tauri framework
Feat:
- Using Tauri framework by default
- Add new configuration to initiate mobile app and its command for dev
- Add dependencies needed for mobile build
Test:
- Confirm to be built successfully
2025-09-15 19:47:08 +07:00