Skip to content

Commit

Permalink
core(port): Set local host port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq committed Sep 17, 2024
1 parent 7d9112b commit 6fd06d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
base: "/geoview-demo/",
server:{
port: 8080,
},
resolve: {
alias: {
'@': '/src',
Expand Down

0 comments on commit 6fd06d2

Please sign in to comment.