Allow E2E host in frontend preview

This commit is contained in:
2026-07-25 07:34:09 +00:00
parent f9ca027aa3
commit 790f4915ab
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'],
},
};
});