feat: add backoffice apps

This commit is contained in:
Maulana Sodiqin
2025-03-17 09:39:04 +07:00
parent 8a53575cd1
commit 515b78c57f
15 changed files with 595 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, '../../'),
},
},
};