mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-29 01:42:32 +00:00
[WIFI-13282] Add support for OLS
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
@@ -16,11 +16,10 @@ export default defineConfig({
|
|||||||
/* other options */
|
/* other options */
|
||||||
},
|
},
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'Arilia Controller App',
|
name: 'OpenWiFi Controller App',
|
||||||
short_name: 'AriController',
|
short_name: 'OpenWiFiController',
|
||||||
description: 'Arilia Controller Work App',
|
description: 'OpenWiFi Controller App',
|
||||||
theme_color: '#000000',
|
theme_color: '#000000',
|
||||||
|
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: 'android-chrome-192x192.png',
|
src: 'android-chrome-192x192.png',
|
||||||
@@ -53,7 +52,7 @@ export default defineConfig({
|
|||||||
chunkSizeWarningLimit: 1000,
|
chunkSizeWarningLimit: 1000,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 3001,
|
port: 3000,
|
||||||
open: true,
|
open: true,
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
|
|||||||
Reference in New Issue
Block a user