feat: configure Vite with React, Tailwind CSS, and allowed development hosts

This commit is contained in:
azeeee05
2026-07-24 11:50:10 +05:30
parent 15b756e7a2
commit 79f32024da
+3
View File
@@ -4,4 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
allowedHosts: ['pdf-dev.maskantech.in'],
},
})