chore: initialize Next.js + FastAPI monorepo with Docker Compose

This commit is contained in:
chengkai3
2026-04-11 23:28:23 +08:00
commit add7517a1d
36 changed files with 7308 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;