chore: init

This commit is contained in:
HerozDotExe 2025-04-21 17:01:19 +02:00
commit 546110262d
20 changed files with 3117 additions and 0 deletions

6
postcss.config.js Normal file
View file

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