Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Jan 28, 2024
1 parent b9a31af commit 7c78a26
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/readme.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Run a development version using

`npm run dev`

That should open http://localhost:1337/ on the browser
That should open http://localhost:1339/ on the browser

### Documentation

2 changes: 1 addition & 1 deletion js/vite.config.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ export default defineConfig({
}),
],
server: {
port: 1337,
port: 1339,
open: '/',
},
build: {
2 changes: 1 addition & 1 deletion ts/readme.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Run a development version using

`npm run dev`

That should open http://localhost:1337/ on the browser
That should open http://localhost:1339/ on the browser

### Documentation

2 changes: 1 addition & 1 deletion ts/vite.config.ts
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ export default defineConfig({
}),
],
server: {
port: 1337,
port: 1339,
open: '/',
},
build: {

0 comments on commit 7c78a26

Please sign in to comment.