Serve production frontend via Nginx static build

This commit is contained in:
2026-03-02 15:50:34 -03:00
parent b5b74845f2
commit d50169b883
8 changed files with 45 additions and 34 deletions

View File

@@ -81,10 +81,5 @@ export default defineConfig(({ mode }) => {
port: 5173,
...(allowedHosts ? { allowedHosts } : {}),
},
preview: {
host: '0.0.0.0',
port: 5173,
...(allowedHosts ? { allowedHosts } : {}),
},
};
});