mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
5871283d60
commit
8e1601076f
1 changed files with 2 additions and 0 deletions
|
|
@ -7,3 +7,5 @@ import { createManaAuthStore } from '@manacore/shared-auth-stores';
|
|||
export const authStore = createManaAuthStore({
|
||||
devBackendPort: 3008,
|
||||
});
|
||||
|
||||
export const auth = authStore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue