Begin switching to TS

This commit is contained in:
lumijiez
2025-06-25 14:09:25 +03:00
parent b266277ec0
commit 10faba68c9
19 changed files with 6549 additions and 5 deletions

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

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