ness reveal
Writes a framework-owned entry module into the application so its behavior can be customized.
ness reveal <entry> [options]
Supported entries:
entry.clientβ browser hydration and client startupentry.serverβ streaming SSR and response creation
ness reveal entry.server
ness reveal entry.client --no-typescript
TypeScript output is used by default. Add --no-typescript for JavaScript. Reveal an entry only when custom hydration, CSP nonce handling, streaming timeouts, or response behavior is required; the framework defaults remain preferable for most applications.