Skip to content

Commit 0157cb7

Browse files
authored
chore: Remove reference to port :8000 from the svelte examples (#1125)
* Remove reference to port :8000 from the READMEs * Bump vite version and update network port number
1 parent 58cf60b commit 0157cb7

File tree

6 files changed

+723
-971
lines changed

6 files changed

+723
-971
lines changed

svelte/svelte-motoko-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ When the process completes you'll have a backend and a frontend canister running
135135
dfx canister id frontend
136136
```
137137

138-
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://localhost:8000?canisterId=<canister ID>`, eg. `http://localhost:8000?canisterId=rno2w-sqaaa-aaaaa-aaacq-cai`.
138+
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://localhost:4943?canisterId=<canister ID>`, eg. `http://localhost:4943?canisterId=rno2w-sqaaa-aaaaa-aaacq-cai`.
139139

140140
## Local development
141141

svelte/svelte-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When the process completes, you'll have a frontend canister running locally. To
8989
dfx canister id frontend
9090
```
9191

92-
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://localhost:8000?canisterId=<canister ID>`, eg. `http://localhost:8000?canisterId=rno2w-sqaaa-aaaaa-aaacq-cai`.
92+
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://localhost:4943?canisterId=<canister ID>`, eg. `http://localhost:4943?canisterId=rno2w-sqaaa-aaaaa-aaacq-cai`.
9393

9494
## Local development
9595

svelte/sveltekit-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When the process completes you'll have a frontend canister running locally. To f
7272
dfx canister id frontend
7373
```
7474

75-
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://<canister ID>localhost:8000`, eg. `http://rno2w-sqaaa-aaaaa-aaacq-cai.localhost:8000`.
75+
It will output something similar to `rno2w-sqaaa-aaaaa-aaacq-cai`. Copy this ID and open it in the browser using `http://<canister ID>.localhost:4943`, eg. `http://rno2w-sqaaa-aaaaa-aaacq-cai.localhost:4943`.
7676

7777
## Local development
7878

0 commit comments

Comments
 (0)