mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 23:15:53 +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),
|
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