mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
fix(playwright.config.js): correct baseURL typo from 'http:/localhost:3080' to 'http://localhost:3080'
This commit is contained in:
parent
4510f04073
commit
a56c8696d3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default defineConfig({
|
|||
],
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
use: {
|
||||
baseURL: 'http:/localhost:3080',
|
||||
baseURL: 'http://localhost:3080',
|
||||
video: 'on-first-retry',
|
||||
trace: 'retain-on-failure',
|
||||
headless: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue