Commit 0186f22
Fix consistency issues in visualizer + explorer scripts
- Move packages/visualizer → apps/visualizer (consistent with other apps)
- Fix explorer-seed.ts: import from packages/source-stripe/src/openapi
instead of deleted packages/sync-engine
- Fix explorer-export.ts: output path apps/visualizer/public/explorer-data
- Fix EXPLORER_RUNBOOK.md + apps/visualizer/README.md: replace pnpm tsx
with bun run, update packages/visualizer refs to apps/visualizer
- Add visualizer:with-data root script (explorer:build + visualizer)
- Add pg to root devDependencies so explorer scripts resolve it
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude1 parent a07b2fc commit 0186f22
19 files changed
Lines changed: 141 additions & 27 deletions
File tree
- apps/visualizer
- public/explorer-data
- src
- app
- lib
- scripts
File renamed without changes.
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments