chore: create base app

This commit is contained in:
2025-12-28 17:14:03 -03:00
parent 2d5f801dde
commit 057773c013
10 changed files with 6707 additions and 128 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;