docs: update portal for WRNexusJS 0.2.67

This commit is contained in:
2026-07-20 09:31:45 +05:30
parent 82f127afd0
commit 6f72f336e1
979 changed files with 4119 additions and 4100 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.2.66
# WRNexusJS documentation 0.2.67
Status: Private Developer Preview. This site documents 26 release-aligned packages.
@@ -12903,7 +12903,7 @@ Events: none
# Installed package documentation
The following README files and declarations come from the installed private 0.2.66 release.
The following README files and declarations come from the installed private 0.2.67 release.
## @wrnexus/ai
@@ -16389,6 +16389,7 @@ interface GatewayOptions {
hostname?: string;
mode?: "development" | "production";
environment?: string;
hmr?: boolean;
apps: GatewayApp[];
security?: GatewaySecurity;
}