Evo.External.App/apps/web/next.config.js
vchikalkin 341d0d7219 apps/web: remove flowbite
root: add prettier-plugin-tailwindcss & dotenv
2023-11-07 11:14:10 +03:00

8 lines
149 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['ui'],
};
module.exports = nextConfig;