axios logs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user