© 2026 Hedgehog Software, LLC
cannot convert null to object
webpack: (config, { isServer, dev }) => { if (isServer && !dev) { config.plugins = [...config.plugins, new PrismaPlugin()]; }