mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 10:10:30 +00:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
module.exports = {
|
|
e2e: {
|
|
baseUrl: 'http://localhost:8080',
|
|
viewportWidth: 1480,
|
|
viewportHeight: 920,
|
|
},
|
|
};
|