Commit 430d504
committed
fix: address Copilot PR review
- .mcp.json: playwright-test config path apps/web -> apps/tanstack
(apps/web removed earlier in dev, MCP server couldn't start)
- AGENTS.md: pnpm format command description matches the new
`biome check --write .` script; add `pnpm ci` line
- globals.css: restore !important on Radix scroll-lock overrides
(biome --unsafe stripped them but they're semantically required to
override Radix's inline styles); silence noImportantStyles via
biome-ignore-all
- server.test.ts: rename misleading 'GET /rpc/planet/list' (the
helper sends POST) to 'POST /rpc/planet/list'
Skipped Copilot's suggestion to scope pnpm filters as
`@nn-stack/tanstack` — pnpm matches unscoped names against the
package.json `name` suffix, the current `--filter tanstack` works.1 parent 8571e6f commit 430d504
4 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
0 commit comments