Skip to content

Commit 8bec269

Browse files
security updates.
1 parent 61c31c6 commit 8bec269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: "::",
10+
host: ":localhost:",
1111
port: 8080,
1212
},
1313
plugins: [

0 commit comments

Comments
 (0)