mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 15:18:30 -04:00
🔧 Fix CI Problems
- Compress theme size in CI - Timeout session fixed in Bitmapper
This commit is contained in:
parent
c2e92552fc
commit
b074327d14
2 changed files with 9 additions and 3 deletions
|
@ -33,7 +33,7 @@ class BitmapsGenerator {
|
|||
*/
|
||||
public async getBrowser(): Promise<Browser> {
|
||||
return await puppeteer.launch({
|
||||
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
||||
ignoreDefaultArgs: ["--no-sandbox"],
|
||||
headless: true,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue