🚨 This package has been renamed. It is now published under the new name: rwsdk
To continue receiving updates and support, please:
- Uninstall the old package:
npm uninstall redwoodsdk
- Install the new package:
npm install rwsdk
- Update all import paths:
// Before:
import { defineApp } from "redwoodsdk/worker";
// After:
import { defineApp } from "rwsdk/worker";
- The GitHub repository remains the same: https://github.com/redwoodjs/sdk
- All future releases will be under the
rwsdk
name.