done ui enhancement
This commit is contained in:
@@ -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()],
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user