Changes
- feat(scripts): New
npm run update:plugincommand — fetches the latest bundled plugin files from GitHub main and overwrites local copies, so existing apps can pick up plugin bug fixes without scaffolding a new project (--dry-runflag supported)
Update your plugin
npm run update:plugin
# or preview without writing:
npm run update:plugin -- example --dry-runInstallation
npm create sonicjs@latest my-appOr update existing project:
npm install @sonicjs-cms/core@3.0.0-beta.20