feat: initialize Next.js in packages/app

This commit is contained in:
Rhys Sullivan
2026-02-24 12:35:55 -08:00
parent 8f2d8dd47a
commit 49b72f2a17
17 changed files with 1204 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;