Skip to content

Commit

Permalink
Fix documentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 29, 2024
1 parent 80759a6 commit 29fd084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* ```jsonc
* "tasks": {
* // Builds the application.
* "build": "deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.21/build",
* "build": "deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.22/build",
* // Builds the application in development mode.
* "build-dev": "export APP_ENV=development NODE_ENV=development && deno task build",
* // Builds the application in production mode.
Expand Down
2 changes: 1 addition & 1 deletion dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ```jsonc
* "tasks": {
// Builds and runs the application in development mode, with hot reloading.
* "dev": "export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.21/dev",
* "dev": "export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.22/dev",
* }
* ```
*
Expand Down

0 comments on commit 29fd084

Please sign in to comment.