- Removed all .pi/ (agents, themes, extensions, skills, observatory) - Removed CLAUDE.md (belongs in parent pi repo) - Added .pi/ and CLAUDE.md to .gitignore - Added .pi/ to pledge-now-pay-later/.gitignore
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"browser": {
|
|
"browserName": "chromium",
|
|
"launchOptions": {
|
|
"headless": true,
|
|
"args": ["--ignore-certificate-errors"]
|
|
},
|
|
"contextOptions": {
|
|
"ignoreHTTPSErrors": true,
|
|
"viewport": { "width": 1440, "height": 900 }
|
|
}
|
|
}
|
|
}
|