- Renamed zitadel-dashboard to dashboard - Integrated with rede5.com.br subdomains - Updated project structure for monorepo consistency Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|