Change listening port from 5000 to 5420 (#225)

This commit is contained in:
Steve Ruiz 2021-11-07 14:29:24 +00:00 committed by GitHub
parent 7c980ebb19
commit f30eb26003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 7 deletions

View file

@ -221,7 +221,7 @@ A binding is a connection **from** one shape and **to** another shape. At the mo
- Run `yarn start` to start the development server for the package and for the example. - Run `yarn start` to start the development server for the package and for the example.
- Open `localhost:5000` to view the example project. - Open `localhost:5420` to view the example project.
- Run `yarn test` to execute unit tests via [Jest](https://jestjs.io). - Run `yarn test` to execute unit tests via [Jest](https://jestjs.io).

View file

@ -35,7 +35,7 @@ esbuild
.catch(() => process.exit(1)) .catch(() => process.exit(1))
serve.start({ serve.start({
port: 5000, port: 5420,
root: './dist', root: './dist',
live: true, live: true,
}) })

View file

@ -26,13 +26,12 @@ async function main() {
}, },
watch: { watch: {
onRebuild(err) { onRebuild(err) {
serve.update()
err ? error('❌ Failed') : log('✅ Updated') err ? error('❌ Failed') : log('✅ Updated')
}, },
}, },
}, },
{ {
port: 5000, port: 5420,
root: './dist', root: './dist',
live: true, live: true,
} }

View file

@ -221,7 +221,7 @@ A binding is a connection **from** one shape and **to** another shape. At the mo
- Run `yarn start` to start the development server for the package and for the example. - Run `yarn start` to start the development server for the package and for the example.
- Open `localhost:5000` to view the example project. - Open `localhost:5420` to view the example project.
- Run `yarn test` to execute unit tests via [Jest](https://jestjs.io). - Run `yarn test` to execute unit tests via [Jest](https://jestjs.io).

View file

@ -35,7 +35,7 @@ esbuild
.catch(() => process.exit(1)) .catch(() => process.exit(1))
serve.start({ serve.start({
port: 5000, port: 5420,
root: './dist', root: './dist',
live: true, live: true,
}) })

View file

@ -6009,7 +6009,7 @@ electron-util@^0.17.2:
electron-is-dev "^1.1.0" electron-is-dev "^1.1.0"
new-github-issue-url "^0.2.1" new-github-issue-url "^0.2.1"
electron@^15.3.0: electron@15.3.0:
version "15.3.0" version "15.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.0.tgz#f9803c5a05b2dac12efc6d4203492c7e204b4819" resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.0.tgz#f9803c5a05b2dac12efc6d4203492c7e204b4819"
integrity sha512-YLzaKCFmSniNlz9+NUTNs7ssPyDc+bYOCYZ0b/D6DjVkOeIFz4SR8EYKqlOc8TcqlDNu18BbWqz6zbJPyAAURg== integrity sha512-YLzaKCFmSniNlz9+NUTNs7ssPyDc+bYOCYZ0b/D6DjVkOeIFz4SR8EYKqlOc8TcqlDNu18BbWqz6zbJPyAAURg==