UNPKG

@catalystlabs/awm

Version:

Appwrite Migration Tool - Schema management and code generation for Appwrite databases

7 lines (6 loc) 149 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, transpilePackages: ['rsuite'] } module.exports = nextConfig