Commit 7b76200
committed
docs: point cspNonce at the package the demo imports it from
The global-error demo's comment named @webjsdev/server while the file
imports cspNonce from @webjsdev/core two lines below, which is also the
import every other doc surface recommends. The previous commit rewrote
that sentence and carried the stale package name through.
The prune-note rule cited a header on the generated app/page.ts that does
not exist. That instruction is a comment in the generator, above the
writeFile call, so it never reaches a generated app. The rule now points
only at gallery:clear, which is a claim that holds.1 parent 325bc0f commit 7b76200
2 files changed
Lines changed: 2 additions & 4 deletions
File tree
- .claude/skills/webjs-scaffold-sync
- packages/cli/templates/gallery/app
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 218 | + | |
221 | 219 | | |
222 | 220 | | |
223 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments