mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-29 02:03:37 +08:00
Merge pull request #555 from NieLamu/feat/vue-port
feat(webui): update port number in Vite config file from 1002 to 8090
This commit is contained in:
commit
e5e0706a96
@ -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