mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Implementation of server and reverse proxy
This commit is contained in:
@@ -32,4 +32,8 @@ export default defineConfig({
|
||||
cssMinify: true,
|
||||
cssCodeSplit: true
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
port: 3000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user