Skip to content

Commit 0eb4236

Browse files
security updates
1 parent 8bec269 commit 0eb4236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { componentTagger } from "lovable-tagger";
77
export default defineConfig(({ mode }) => ({
88
base: '/placeholderwebsite/',
99
server: {
10-
host: ":localhost:",
10+
host: "localhost",
1111
port: 8080,
1212
},
1313
plugins: [

0 commit comments

Comments
 (0)