From 8e5b7d21fbde3bb5f7daa9f3a237b5722c81a159 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Fri, 12 Sep 2025 23:13:46 +0200 Subject: [PATCH] Fix jwt-token --- management/postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/postcss.config.js b/management/postcss.config.js index 33ad091..2e7af2b 100644 --- a/management/postcss.config.js +++ b/management/postcss.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { plugins: { tailwindcss: {}, autoprefixer: {},