mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-03 05:03:12 +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),
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 1002,
|
||||
port: 8090,
|
||||
open: false,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user