Implementation of server and reverse proxy

This commit is contained in:
2025-01-13 23:39:31 +00:00
parent 71231303f2
commit 96fab302b5
4 changed files with 48 additions and 5 deletions

View File

@@ -32,4 +32,8 @@ export default defineConfig({
cssMinify: true,
cssCodeSplit: true
},
server: {
host: "0.0.0.0",
port: 3000,
},
});