Allow E2E host in frontend preview

This commit is contained in:
2026-07-25 07:34:19 +00:00
parent 5d1e38851b
commit 340a656d2b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ export default defineConfig(({ mode }) => {
},
preview: {
host: '0.0.0.0',
allowedHosts: ['dev-sam-e2e.hided.net'],
},
};
});