mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
module.exports = {
|
|
"launch": {
|
|
"headless": false,
|
|
"userDataDir": "./data/test-chrome-profile",
|
|
}
|
|
};
|