Feat : add tokens, handle mutex effects

This commit is contained in:
2024-07-07 10:45:55 +02:00
parent 12d6de5074
commit db7959d7f1
110 changed files with 627 additions and 798 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { compileCards } from "./services/loadCards";
import { cards, compileCards } from "./services/loadCards";
import { getCurrentInstance } from "vue";
// import goStore, { oauth2_register_discord, setup_websocket, heron_cookie_login } from "@/netcode";
@@ -17,6 +17,7 @@ if (!app) {
}
await compileCards(app);
const _cards = cards;
console.log("compiling done");
useHead({