Skip to content

Commit

Permalink
Add 3000 as default port on ui pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
martinc1991 committed May 31, 2024
1 parent 76749dd commit 4cd195a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
server: {
port: 3000,
},
});

0 comments on commit 4cd195a

Please sign in to comment.