Skip to content

Commit

Permalink
se agrega redireccionamiento de puerto al 80
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroMontoyaT committed May 3, 2024
1 parent aa4ccb1 commit 072242a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'

export default defineConfig({
server: {
host:true,
port:80,
},
});

0 comments on commit 072242a

Please sign in to comment.