From 2a384ea4926aeceda0e736047cf2fa30db1eec3d Mon Sep 17 00:00:00 2001 From: Janik Endtner Date: Tue, 7 May 2024 15:07:16 +0200 Subject: [PATCH] add subdomain to hosts --- frontend/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress.config.ts b/frontend/cypress.config.ts index be3aa700be..451b483b4a 100644 --- a/frontend/cypress.config.ts +++ b/frontend/cypress.config.ts @@ -10,5 +10,6 @@ export default defineConfig({ }, hosts: { '*.localhost': '127.0.0.1', + localhost: '127.0.0.1', }, });