uploading index to repo

This commit is contained in:
augmentedpotato
2026-03-24 16:56:03 -06:00
parent 79f8514f3e
commit a7dfe3962d
27 changed files with 7116 additions and 0 deletions

7
web/postcss.config.mjs Normal file
View File

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