allow all hosts
Build and Push Docker Images / build-and-push (push) Successful in 18s

This commit is contained in:
2025-05-08 16:45:01 +02:00
parent fa534b65f2
commit 65825b4ad9
2 changed files with 2 additions and 3 deletions
@@ -10,8 +10,8 @@ export default (config: UserConfig) => {
"@": "/src",
},
},
define: {
"import.meta.env.VITE_ALLOWED_HOSTS": JSON.stringify(allowedHosts),
server: {
allowedHosts: true,
},
});
};