Skip to content

Commit

Permalink
fix: config-ui not connect to devlake
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu1995 committed Nov 14, 2024
1 parent 644370b commit f8aade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"start": "vite",
"start": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc && eslint . --fix",
Expand Down

0 comments on commit f8aade9

Please sign in to comment.