Add MIT license (Living Software LTD)

This commit is contained in:
2026-09-14 14:41:16 +01:00
parent cdadafe676
commit e15962d86a
6 changed files with 70 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"executablePath": "/home/willem/.cache/puppeteer/chrome/linux-152.0.7977.75/chrome-linux64/chrome",
"headless": true,
"args": [
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-gpu",
"--disable-gpu-compositing",
"--disable-software-rasterizer",
"--disable-dev-shm-usage",
"--disable-features=VizDisplayCompositor",
"--use-gl=swiftshader",
"--disable-gpu-driver-bug-workaround"
]
}