feat: add infra app for infrastructure documentation

This commit is contained in:
maulanasdqn
2026-01-21 20:22:27 +07:00
parent ad59d39f55
commit 951db0f28a
13 changed files with 418 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { join } from 'path';
export default {
plugins: {
'@tailwindcss/postcss': {
base: join(import.meta.dirname, '../../'),
},
},
};