project type and added query file

This commit is contained in:
2025-10-20 12:16:56 -04:00
parent 4255c10944
commit 34ba94e2cb
14 changed files with 12215 additions and 106 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;