Change listening port from 5000 to 5420 (#225)

pull/226/head
Steve Ruiz 2021-11-07 14:29:24 +00:00 zatwierdzone przez GitHub
rodzic 7c980ebb19
commit f30eb26003
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -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.
- 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).

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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.
- 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).

Wyświetl plik

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

Wyświetl plik

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