Skip to content

Commit

Permalink
Merge pull request #13 from martinc1991/feature/ui-package-default-port
Browse files Browse the repository at this point in the history
Add 3000 as default port on ui pacakge
  • Loading branch information
chescalante authored May 31, 2024
2 parents 76749dd + 4cd195a commit d232d21
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 d232d21

Please sign in to comment.