done ui enhancement

This commit is contained in:
azeeee05
2026-04-25 08:23:16 +03:00
parent e763ad457c
commit fc0147f046
25 changed files with 355 additions and 392 deletions
+4
View File
@@ -7,6 +7,10 @@ export default defineConfig(({ mode }) => {
console.log(`\n 🔌 Backend API URL: \x1b[36m${env.VITE_API_BASE_URL}\x1b[0m\n`);
return {
server: {
port: 5174,
},
plugins: [react(), tailwindcss()],
}
})