feat: initialize Next.js in packages/enterprise

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

View File

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