some backend stuff and getting fe to build
This commit is contained in:
@@ -13,12 +13,8 @@ import App from './App.vue'
|
||||
// Composables
|
||||
import { createApp } from 'vue'
|
||||
|
||||
async function run() {
|
||||
const app = createApp(App)
|
||||
const app = createApp(App)
|
||||
|
||||
registerPlugins(app)
|
||||
registerPlugins(app)
|
||||
|
||||
app.mount('#app')
|
||||
}
|
||||
|
||||
run()
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user