Allow cleartext HTTP on Android for dev server

Android 9+ blocks cleartext HTTP by default. Enable usesCleartextTraffic
so the emulator can reach the Journal dev server at http://10.0.2.2:3000.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-15 01:31:45 +02:00
parent 64b2372a13
commit 310f20e0a3
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
4 changed files with 979 additions and 844 deletions

View file

@ -28,5 +28,6 @@ export default defineConfig({
},
server: {
port: 3000,
host: true,
},
});