Skip to content

Commit

Permalink
remove strict port from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jun 6, 2021
1 parent cf73dd9 commit 43f4b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export default {
// // edit according to your source code
// ],
server: {
port: 3000,
// port: 3000,
cors: true,
// we need a strict port to match on PHP side
// change freely, but update on PHP to match the same port
strictPort: true,
// strictPort: true,
https: true,
},
build: {
Expand Down

0 comments on commit 43f4b48

Please sign in to comment.