547 B
547 B
WRNexusJS 0.6.0 rollback
The updater creates a complete pre-migration backup under .wrnexus/backups/. Stop the development server before rollback.
- Preserve the generated migration report.
- Restore the newest pre-0.6 backup into the application root.
- Restore the previous
package.jsonand lockfile. - Run
bun install. - Run the previous release's full check command.
- Clear
.wrnexusbuild caches and restart the development server.
Do not manually mix v0.6 generated browser/server artifacts with older framework packages.