mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 15:03:37 +00: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