
* Extract useDashboardNotification Play with config to make app-sdk working in monorepo bump pnpm remove local locks unify deps Changesets Replace appBridge.dispatch(Notification()) with shared useDashboardNotification package Fix build Update klaviyo packages update deps update deps - root next version * update and ix * Restore logic in cms
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
reactStrictMode: true,
|
|
transpilePackages: ["@saleor/apps-shared"],
|
|
};
|