axios logs

This commit is contained in:
2023-09-23 12:21:02 +02:00
parent 575d4dc5ab
commit c3205a3e74
5 changed files with 121 additions and 74 deletions

View File

@@ -3,9 +3,12 @@ import { createPinia } from 'pinia';
import { createApp } from 'vue';
import { createRouter, createWebHistory } from 'vue-router';
import App from './App.vue';
import { initLogger } from './logger';
import { routes } from './routes';
import './style.css';
initLogger();
const app = createApp(App);
const pb = providePocketBase(app);
const pinia = createPinia();