Initilize project (Cloned from app.mysalona)

This commit is contained in:
AmirGoodarzi
2025-04-28 22:35:58 +03:30
commit 7ca1d4a0ae
129 changed files with 15287 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};