fix(presi-web): export auth alias from auth store for existing imports

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-31 18:32:03 +02:00
parent 5871283d60
commit 8e1601076f

View file

@ -7,3 +7,5 @@ import { createManaAuthStore } from '@manacore/shared-auth-stores';
export const authStore = createManaAuthStore({
devBackendPort: 3008,
});
export const auth = authStore;