mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 09:15:53 +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,
|
ws,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
host: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue