mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
build(docs): add additional flags for debugging
This commit is contained in:
parent
9ac3b30545
commit
9f21c6b4cb
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ const app = polka()
|
|||
|
||||
const browser = await chromium.launch({
|
||||
headless: true,
|
||||
chromiumSandbox: false,
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
});
|
||||
const context = await browser.newContext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue