File tree Expand file tree Collapse file tree 6 files changed +116
-116
lines changed
Expand file tree Collapse file tree 6 files changed +116
-116
lines changed Original file line number Diff line number Diff line change 3232 " mcp__github__list_workflow_jobs" ,
3333 " mcp__github__get_job_logs" ,
3434 " mcp__github__get_pull_request_diff" ,
35- " mcp__github__get_pull_request"
35+ " mcp__github__get_pull_request" ,
36+ " WebFetch(domain:registry.npmjs.org)" ,
37+ " WebFetch(domain:github.com)"
3638 ],
37- "deny" : []
39+ "deny" : [
40+ " Bash(pnpm i --no-frozen-lockfile:*)" ,
41+ " Bash(pnpm install --no-frozen-lockfile:*)" ,
42+ " Bash(npm i --no-frozen-lockfile:*)" ,
43+ " Bash(npm install --no-frozen-lockfile:*)"
44+ ]
45+ },
46+ "sandbox" : {
47+ "enabled" : true ,
48+ "autoAllowBashIfSandboxed" : true ,
49+ "allowUnsandboxedCommands" : false ,
50+ "network" : {
51+ "allowUnixSockets" : [],
52+ "allowLocalBinding" : true
53+ },
54+ "excludedCommands" : []
3855 }
39- }
56+ }
Original file line number Diff line number Diff line change 44node_modules
55/.pnp
66.pnp.js
7+ .pnpm-store
78
89# testing
910/coverage
@@ -76,5 +77,4 @@ tsconfig.vitest-temp.json
7677certificates
7778
7879# Claude
79- .claude
80- .playwright-mcp
80+ .playwright-mcp
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ strict-peer-dependencies=false
22auto-install-peers = false
33public-hoist-pattern[] = *eslint*
44public-hoist-pattern[] = *prettier*
5- public-hoist-pattern[] = *stylelint*
5+ public-hoist-pattern[] = *stylelint*
Original file line number Diff line number Diff line change 4444 "e2e:wallet" : " playwright test --project=wallets" ,
4545 "e2e:wallet:debug" : " playwright test --project=wallets --debug" ,
4646 "e2e:ci" : " E2E=true CI=true STABLE_MODE=true SLOW_MODE=true pnpm tenv start --extra-time 11368000 --verbosity 1" ,
47- "postinstall" : " husky install" ,
4847 "wrangle" : " wrangler pages dev ./out --local --log-level none" ,
4948 "wrangle:dev" : " wrangler pages dev ./next" ,
5049 "wrangle:dev:https" : " wrangler pages dev --local-protocol=https ./next" ,
167166 "hardhat" : " ^2.22.18" ,
168167 "hardhat-dependency-compiler" : " ^1.1.3" ,
169168 "hardhat-deploy" : " ^0.12.4" ,
170- "husky" : " ^7.0.4" ,
171169 "jsdom" : " ^24.1.0" ,
172170 "knip" : " ^5.44.0" ,
173171 "msw" : " ^2.7.0" ,
195193 "pnpm" : {
196194 "onlyBuiltDependencies" : [
197195 " esbuild" ,
198- " fsevents" ,
199- " husky"
196+ " fsevents"
200197 ],
201198 "overrides" : {
202199 "@nomiclabs/hardhat-ethers" : " npm:hardhat-deploy-ethers@0.3.0-beta.13" ,
You can’t perform that action at this time.
0 commit comments