Web Start

This commit is contained in:
2025-09-27 01:53:22 -04:00
parent 3d71ec310a
commit 941d3ec49e
17 changed files with 654 additions and 0 deletions

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

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