We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bec269 commit 0eb4236Copy full SHA for 0eb4236
vite.config.ts
@@ -7,7 +7,7 @@ import { componentTagger } from "lovable-tagger";
7
export default defineConfig(({ mode }) => ({
8
base: '/placeholderwebsite/',
9
server: {
10
- host: ":localhost:",
+ host: "localhost",
11
port: 8080,
12
},
13
plugins: [
0 commit comments