initial commit

This commit is contained in:
Bitdori (Admin) 2026-07-28 15:37:43 +09:00
commit 10da203964
19 changed files with 4452 additions and 0 deletions

7
postcss.config.mjs Normal file
View file

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