Rename frontend to webui

This commit is contained in:
lumijiez
2025-04-05 21:56:49 +03:00
parent 7208329a0e
commit 884a07d961
17 changed files with 0 additions and 0 deletions

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

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