Skip to content

Commit

Permalink
add build and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent b682843 commit c287620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/repo-readme.vto
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ I have spent my career in IT in Japan, doing a wide range of activities, such as
| Repo Size in MB | {{ repoSizeKB }} |
| Lume Version | {{ lumeVersion }} |
| Deno Version | {{ Deno.version.deno }} |
| Deno Build and Architecture | {{ Deno.build.os }} {{ Deno.build.arch }} |
| V8 Version | {{ Deno.version.v8 }} |
| Typescript Version | {{ Deno.version.typescript }} |
| Timezone | {{ Deno.env.get("TZ") }} |

{{ Deno.env.get("API_KEY_01") }}

### How does this readme work?

I'm generating this readme using the Lume static site generator. See [this page](https://rickcogley.github.io/rickcogley/) for details to get your own!
Expand Down

0 comments on commit c287620

Please sign in to comment.