2941b14b38
- Moved contents of main_dc/yalarba/easySite/easySite/ up to easySite/ - Updated docker-compose.yml build context path - Deleted empty nested easySite/ directory
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
// plugins/auth.client.ts
|
|
export default defineNuxtPlugin(async () => {
|
|
const auth = useAuth()
|
|
await auth.checkAuth()
|
|
}) |