feat: initialize Next.js in packages/web

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

View File

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