mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 02:06:41 +00:00
feat: initialize Next.js in packages/enterprise
This commit is contained in:
7
packages/enterprise/nextjs-app/postcss.config.mjs
Normal file
7
packages/enterprise/nextjs-app/postcss.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user