refactor: migrate to pnpm monorepo with Payload CMS backend and Astro frontend to support scalable website development and AI-assisted workflows
This commit is contained in:
9
apps/frontend/tailwind.config.cjs
Normal file
9
apps/frontend/tailwind.config.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
const sharedConfig = require('@enchun/shared/tailwind-config');
|
||||
|
||||
module.exports = {
|
||||
...sharedConfig,
|
||||
content: [
|
||||
'./src/**/*.{astro,tsx,ts,jsx,js,mdx}',
|
||||
...sharedConfig.content
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user