Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0d64575

Browse files
committed
fix(live-server): update android platform path
1 parent 09bd434 commit 0d64575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-server/serve-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export const LOGGER_DIR = '__ion-dev-server';
2323
export const IONIC_LAB_URL = '/ionic-lab';
2424

2525
export const IOS_PLATFORM_PATH = path.join('platforms', 'ios', 'www');
26-
export const ANDROID_PLATFORM_PATH = path.join('platforms', 'android', 'assets', 'www');
26+
export const ANDROID_PLATFORM_PATH = path.join('platforms', 'android', 'app', 'src', 'main', 'assets', 'www');

0 commit comments

Comments
 (0)