release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+12
View File
@@ -0,0 +1,12 @@
# WRNexusJS 0.6.0 rollback
The updater creates a complete pre-migration backup under `.wrnexus/backups/`. Stop the development server before rollback.
1. Preserve the generated migration report.
2. Restore the newest pre-0.6 backup into the application root.
3. Restore the previous `package.json` and lockfile.
4. Run `bun install`.
5. Run the previous release's full check command.
6. Clear `.wrnexus` build caches and restart the development server.
Do not manually mix v0.6 generated browser/server artifacts with older framework packages.