mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 06:46:20 +08:00
no log: expose vite web server on other IP than localhost
This commit is contained in:
parent
55399380ad
commit
3fe58ef673
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
ws,
|
||||
},
|
||||
},
|
||||
host: true,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue