docs: update portal for WRNexusJS 0.8.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# WRNexusJS documentation 0.8.0
|
||||
# WRNexusJS documentation 0.8.1
|
||||
|
||||
Status: Private Developer Preview. This site documents 46 release-aligned packages.
|
||||
|
||||
@@ -279,7 +279,7 @@ wrnexus eject <component> # copy a Wire UI component's .wrn into app/compone
|
||||
4. Style with Tailwind utility classes in the view, or theme tokens (`var(--wire-*)`), or `style { }`.
|
||||
5. Never emit React/JSX, a manual router, or client-side island JS — the framework handles hydration.
|
||||
|
||||
Release: WRNexusJS 0.8.0
|
||||
Release: WRNexusJS 0.8.1
|
||||
|
||||
# Canonical documentation locations
|
||||
|
||||
@@ -288,7 +288,7 @@ Release: WRNexusJS 0.8.0
|
||||
|
||||
# Installed package documentation
|
||||
|
||||
The following README files and declarations come from the installed private 0.8.0 release.
|
||||
The following README files and declarations come from the installed private 0.8.1 release.
|
||||
|
||||
## @wrnexus/ai
|
||||
|
||||
@@ -6269,6 +6269,10 @@ interface ProdOptions {
|
||||
port?: number;
|
||||
hostname?: string;
|
||||
maxBodyBytes?: number;
|
||||
/** Keep-alive idle timeout in seconds. Defaults to 30. */
|
||||
idleTimeout?: number;
|
||||
/** Allow multiple Bun workers to share the listening port. */
|
||||
reusePort?: boolean;
|
||||
/** Enable only for the CLI's supervised exact-production development mode. */
|
||||
developmentRuntime?: boolean;
|
||||
}
|
||||
@@ -11598,6 +11602,8 @@ interface StyleProcessContext {
|
||||
interface StylesConfig {
|
||||
/** Path to the CSS entry, relative to the app root. Default: app/styles/global.css */
|
||||
entry?: string;
|
||||
/** Include the complete @wrnexus/ui component catalog stylesheet. Default true. */
|
||||
includeUi?: boolean;
|
||||
/**
|
||||
* Optional custom processor. Return the final CSS string. Use this to run
|
||||
* Tailwind, PostCSS, Sass, etc. When omitted, the built-in Bun CSS bundler is
|
||||
|
||||
Reference in New Issue
Block a user