mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-14 10:27:49 +00:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
module.exports = {
|
|
e2e: {
|
|
baseUrl: 'http://localhost:8080',
|
|
viewportWidth: 1480,
|
|
viewportHeight: 920,
|
|
},
|
|
};
|