Server Config

This commit is contained in:
2026-03-19 04:22:00 +00:00
parent f50e2e015a
commit 2e399f1c41
3 changed files with 56 additions and 13 deletions

View File

@@ -4,4 +4,8 @@ import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
host: true,
allowedHosts: ["labwise.wahwa.com"],
},
});