mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 12:14:41 -05:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
module.exports = {
|
|
"launch": {
|
|
"headless": false,
|
|
"userDataDir": "./data/test-chrome-profile",
|
|
}
|
|
};
|