From 1da487a972ded491800aa88e45b44f49fe92e0b0 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 30 Nov 2025 16:21:53 +0100 Subject: [PATCH] Fix --- android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README.md b/android/README.md index 59a419ab..d651c615 100644 --- a/android/README.md +++ b/android/README.md @@ -13,7 +13,7 @@ This document describes how to: ## 1. Project Overview -The app is a Capacitor Android project that loads the local Next.js assests inside a WebView. +The app is a Capacitor Android project that loads the local Next.js assets inside a WebView. During development, it can instead load the local frontend (`http://10.0.2.2:3000`) and backend (`http://10.0.2.2:8088`).