Skip to content

Commit

Permalink
Cambiar el puerto del servidor a 8080 en vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljsaldana committed Apr 17, 2024
1 parent 11c756a commit 4124ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
port: 3000
port: 8080
},
})

0 comments on commit 4124ef0

Please sign in to comment.