mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"baseUrl": "http://localhost:8080",
|
|
"pluginsFile": "cypress/plugins/index.ts",
|
|
"viewportWidth": 1440,
|
|
"viewportHeight": 768,
|
|
"retries": {
|
|
"runMode": 3
|
|
},
|
|
"video": false
|
|
}
|