Enhanced CRUD operations with support for permissions, auditing, and plugins
@repo/crud
package extends the data package with additional features like permissions, auditing, and plugins. It provides a comprehensive framework for building CRUD (Create, Read, Update, Delete) operations in your application.
zopio
monorepo and is available to all applications in the workspace.
@repo/data
package and adds additional functionality.
Variable | Description | Required |
---|---|---|
NEXT_PUBLIC_DEFAULT_LOCALE | Default locale for internationalization | No (defaults to ‘en’) |
NEXT_PUBLIC_SUPPORTED_LOCALES | Comma-separated list of supported locales | No (defaults to [‘en’]) |