restore frontend session
This commit is contained in:
parent
24f437cac6
commit
bc62a25a8e
11 changed files with 146 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ const frontendPort = process.env.VITE_PORT ?? '5173'
|
|||
export default defineConfig({
|
||||
allowCypressEnv: false,
|
||||
e2e: {
|
||||
baseUrl: `http://127.0.0.1:${frontendPort}`,
|
||||
baseUrl: `https://localhost:${frontendPort}`,
|
||||
supportFile: false,
|
||||
},
|
||||
video: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue