Seperate the ota_analysis from OTAgui.

The default entry point is /analyseOTA in production enviroment. This is
for the deployment on android.github.io/.

Test: Mannual tested.
Change-Id: Ic77277024b34b67b9964be8cf4f1592cebf5c5e8
This commit is contained in:
lishutong
2021-07-08 15:24:17 +00:00
parent c9cebf06b4
commit 9a5b57e68d
25 changed files with 620 additions and 4650 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/analyseOTA/'
: '/'
}