diff --git a/app/package.json b/app/package.json index d94302df..5b9c968e 100644 --- a/app/package.json +++ b/app/package.json @@ -13,7 +13,9 @@ "start": "next start", "lint": "eslint", "test": "playwright test", - "test:headed": "playwright test --headed" + "test:headed": "playwright test --headed", + "dev:electron:wsl": "concurrently \"next dev -p 3007\" \"wait-on http://localhost:3007 && electron . --no-sandbox --disable-gpu\"", + "dev:electron:wsl:gpu": "concurrently \"next dev -p 3007\" \"wait-on http://localhost:3007 && MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA electron . --no-sandbox --disable-gpu-sandbox\"" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.61",