App shell starter module
Verify
A live setup report that names what is wired, what still runs on defaults, and the file to open next.
- Files
- 2
- Lines
- 252
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/verify/verify-route.ts
Serves setup check results three ways: a styled page for browsers, plain
TypeScript
141 lines
src/verify/verify-setup.ts
Runs the ordered setup checks that explain what is ready and what needs attention.
TypeScript
111 lines
Questions about verify
Do I need the other code packs to use it?
No. The shell runs complete on its defaults, and that is the intended way to start building. Each seam names the packs that can replace its default when the product needs the real thing, and the setup report tracks exactly which seams still run on defaults.