diff --git a/package.json b/package.json index 69bc47b..9cbe13d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "qrcode": "^1.5.4", "jose": "^5.3.0", "date-fns": "^3.6.0", - "bcrypt": "^5.1.1" + "bcrypt": "^5.1.1", + "@tailwindcss/postcss": "^4.0.0" }, "devDependencies": { "typescript": "^5.4.0", diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..668a5b9 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + '@tailwindcss/postcss': {}, + autoprefixer: {}, + }, +}