mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:31:13 -05:00
Fix Vite port configuration
This commit is contained in:
@@ -7,7 +7,7 @@ import { componentTagger } from "lovable-tagger";
|
||||
export default defineConfig(({ mode }) => ({
|
||||
server: {
|
||||
host: "::",
|
||||
port: 5000,
|
||||
port: 8080,
|
||||
allowedHosts: true,
|
||||
},
|
||||
plugins: [react(), mode === "development" && componentTagger()].filter(Boolean),
|
||||
|
||||
Reference in New Issue
Block a user