feat(webui): update port number in Vite config file from 1002 to 8090
This commit is contained in:
parent
33683f447c
commit
29c8c7f2c6
|
|
@ -33,7 +33,7 @@ export default defineConfig((env) => {
|
||||||
plugins: setupPlugins(viteEnv),
|
plugins: setupPlugins(viteEnv),
|
||||||
server: {
|
server: {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 1002,
|
port: 8090,
|
||||||
open: false,
|
open: false,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue