Allow E2E host in frontend preview
This commit is contained in:
@@ -28,6 +28,7 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
preview: {
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: ['dev-sam-e2e.hided.net'],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user