Serve production frontend via Nginx static build
This commit is contained in:
@@ -81,10 +81,5 @@ export default defineConfig(({ mode }) => {
|
||||
port: 5173,
|
||||
...(allowedHosts ? { allowedHosts } : {}),
|
||||
},
|
||||
preview: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
...(allowedHosts ? { allowedHosts } : {}),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user