chore(module): change node type to module

This commit is contained in:
xfy
2024-10-12 14:58:42 +08:00
parent 5c55bb1c75
commit 9c21c31b35
3 changed files with 9 additions and 6 deletions

8
postcss.config.mjs Normal file
View File

@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;