fix: correct allowedHosts configuration format in vite.config.ts
This commit is contained in:
@@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
allowedHosts: "beepc",
|
||||
allowedHosts: ["beepc"],
|
||||
host: "0.0.0.0",
|
||||
port: 5173,
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user