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

Commit

Permalink
fix(live-server): update android platform path
Browse files Browse the repository at this point in the history
  • Loading branch information
itslenny committed Mar 17, 2018
1 parent 09bd434 commit 0d64575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev-server/serve-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const LOGGER_DIR = '__ion-dev-server';
export const IONIC_LAB_URL = '/ionic-lab';

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

0 comments on commit 0d64575

Please sign in to comment.