Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8562642

Browse files
committedJan 8, 2025·
fix(docs): updated the bash script showing the terminal output when using Vite
1 parent 6bad380 commit 8562642

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎templates/ords-remix-jwt-sample/README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To set up your Auth0 tenant and application follow the steps outlined in [The Au
4040

4141
#### 3. configure your `.env` file as it follows
4242

43-
You can create a `.env` file or rename the `.env.example` file to `.env` and use it to fill the following environment variables:
43+
You can create a `.env` file or rename the `.env.example` file to `.env` and use it to fill the following environment variables:
4444

4545
```bash
4646
# We refer to some variables as Autonomous Database specific but you can use whichever ORDS URL you want/have as well as the user, as long as this user is capable of creating and REST Enabling other schemas.
@@ -180,14 +180,11 @@ Once the server is up you will see the following output on your console:
180180

181181
```bash
182182
> ords-remix-jwt-sample@1.0.0 dev
183-
> remix dev --manual
183+
> remix vite:dev
184184

185-
186-
💿 remix dev
187-
188-
info building...
189-
info built (3.1s)
190-
[remix-serve] http://localhost:3000 (http://<IP_HERE>:3000)
185+
➜ Local: http://localhost:3000/
186+
➜ Network: use --host to expose
187+
➜ press h + enter to show help
191188
```
192189

193190
Now you can go to `http://localhost:3000` and see the ORDS Concert App in action fell free to explore the Discover Functionalities and don't forget to Enable the Tooltips functionality to learn more about Oracle REST Data Services!
@@ -212,4 +209,4 @@ All names, characters, organizations, places, events and portrayals are entirely
212209

213210
Copyright (c) 2024 Oracle and/or its affiliates.
214211

215-
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.
212+
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.

0 commit comments

Comments
 (0)
Please sign in to comment.