This commit is contained in:
SuperComboGamer
2025-12-10 23:09:15 -05:00
parent 41f14167a6
commit 081fc09e4f

View File

@@ -13,7 +13,9 @@
"start": "next start", "start": "next start",
"lint": "eslint", "lint": "eslint",
"test": "playwright test", "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": { "dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.61", "@anthropic-ai/claude-agent-sdk": "^0.1.61",