Ops app (Vue/Quasar PWA) with dispatch V2 integration, tag system, customer 360, tickets, and dashboard. Served via standalone nginx container at erp.gigafibre.ca/ops/ with Traefik StripPrefix + Authentik SSO. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
import { boot } from 'quasar/wrappers'
|
|
import { createPinia } from 'pinia'
|
|
|
|
export default boot(({ app }) => {
|
|
app.use(createPinia())
|
|
})
|