Setup enviroment stuff.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-container><div>potato</div></v-container>
|
||||
<v-container><div>potato</div><div>asdf{{potato}}{{butts}}</div></v-container>
|
||||
<v-table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -20,5 +20,10 @@
|
||||
<script setup lang="ts">
|
||||
import { Game, useGameStore } from '../store/gamestore'
|
||||
|
||||
const potato = import.meta.env
|
||||
// const butts = import.meta.env.dev
|
||||
const butts = import.meta.env.VITE_API_TARGET
|
||||
const games = useGameStore()
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user