Initial commit from Create Next App

This commit is contained in:
zjt
2024-06-20 18:36:23 +08:00
commit 6494149f9f
14 changed files with 2131 additions and 0 deletions

8
postcss.config.mjs Normal file
View File

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