Skip to content

Commit

Permalink
feat: add public env to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Feb 12, 2025
1 parent deb87d0 commit bb0da5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/edit/[org]/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<v-container>
<v-row>
<v-col cols="6">
{{ runtimeConfig.public.githubPersonalAccessToken }}
<div id="tify" style="height: 80vh"></div>
<v-btn @click="changePage(1)">Next</v-btn>
<v-btn @click="changePage(-1)">Previous</v-btn>
Expand Down

0 comments on commit bb0da5e

Please sign in to comment.