mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-25 17:37:19 +00:00
modified: vite.config.ts
This commit is contained in:
parent
8358f9e964
commit
fc6308676e
1 changed files with 3 additions and 0 deletions
|
|
@ -41,8 +41,11 @@ export default defineConfig({
|
||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
cors: true,
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
hmr: {
|
hmr: {
|
||||||
|
host: "orange-journey-wvwxgw4r6vrf577-5000.app.github.dev",
|
||||||
|
protocol: "wss",
|
||||||
clientPort: 443,
|
clientPort: 443,
|
||||||
},
|
},
|
||||||
allowedHosts: true,
|
allowedHosts: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue