Skip to content

Commit

Permalink
print env values to test
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Jan 30, 2025
1 parent 698054f commit 903e1ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<template>
MIDDLEWARE_URL {{ MIDDLEWARE_URL }}
<br>
NODE_URL {{ NODE_URL }}
<div class="dashboard">
<div class="dashboard__row">
<app-hero/>
Expand Down Expand Up @@ -79,6 +82,7 @@
</template>

<script setup>
const { MIDDLEWARE_URL, NODE_URL } = useRuntimeConfig().public
const { fetchSelectedMicroblocksInfo, fetchDeltaStats } = useRecentBlocksStore()
const { fetchTotalStats, fetchMaxTps, fetchTotalTransactionsCount } = useBlockchainStatsStore()
Expand Down

0 comments on commit 903e1ee

Please sign in to comment.