You've already forked agentic-coding-workflow
feat(web): router with auth guard, AppShell, login + home views
This commit is contained in:
@@ -2,10 +2,13 @@ import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
|
||||
import App from './App.vue'
|
||||
import router, { bindAuthToApi } from './router'
|
||||
|
||||
import './styles/tailwind.css'
|
||||
import './styles/tokens.css'
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
bindAuthToApi()
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user