mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-08 16:10:18 +08:00
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…
x
Reference in New Issue
Block a user