From 9175523127e05faaffb663e1853da3e485512847 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 7 Aug 2023 23:51:31 +0900 Subject: [PATCH] fix(portfolio): failing to build --- apps/portfolio/postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portfolio/postcss.config.js b/apps/portfolio/postcss.config.js index 6f325e5..4684711 100644 --- a/apps/portfolio/postcss.config.js +++ b/apps/portfolio/postcss.config.js @@ -1,5 +1,5 @@ /** @type {import('postcss-load-config').Config} */ -export default { +module.exports = { plugins: { tailwindcss: {}, autoprefixer: {},