release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 06:50:37 +05:30
parent 687d345882
commit d5e834bc78
14 changed files with 960 additions and 1107 deletions
@@ -134,14 +134,6 @@ export interface Routes {
"/tables": Record<string, never>;
"/templates": Record<string, never>;
"/themes": Record<string, never>;
"/v06-functions": Record<string, never>;
"/v06-imports": Record<string, never>;
"/v06-migration": Record<string, never>;
"/v06-outputs": Record<string, never>;
"/v06-runtime": Record<string, never>;
"/v06-state": Record<string, never>;
"/v06-stores": Record<string, never>;
"/v06-types": Record<string, never>;
}
export type RoutePath = keyof Routes;