diff --git a/apps/northware-cockpit/next.config.mjs b/apps/northware-cockpit/next.config.mjs index 4678774..a0479a8 100644 --- a/apps/northware-cockpit/next.config.mjs +++ b/apps/northware-cockpit/next.config.mjs @@ -1,4 +1,8 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + sassOptions: { + silenceDeprecations: ["legacy-js-api"], + }, +}; export default nextConfig;