init project

This commit is contained in:
RubikMH
2025-12-21 11:10:51 +03:30
parent 262e7862d9
commit 9db6d279a1
18 changed files with 4276 additions and 93 deletions

7
postcss.config.mjs Normal file
View File

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