diff --git a/apps/notes-demo/README.md b/apps/notes-demo/README.md index 9ebbaaf..f02fd9f 100644 --- a/apps/notes-demo/README.md +++ b/apps/notes-demo/README.md @@ -4,12 +4,19 @@ A browser note-taking app served **with no bundler** — it dogfoods the [`@statewalker/webrun-modules-build`](../../../webrun-files/packages/webrun-modules-build) no-bundle pipeline end to end, and validates its Phase-3 CSS features in a real browser. -`newProjectBuild({ project, cache })` scans the TS + CSS sources under `src/` and -emits a **static `.js` tree** into `dist/` (ext-map: `main.ts` → `/~/main.js`, +`newProjectBuild({ project, cache })` scans the TS/TSX + CSS sources under `src/` +and emits a **static `.js` tree** into `dist/` (ext-map: `main.tsx` → `/~/main.js`, `styles.css` → `/~/styles.js` `