bolt.diy / app /lib /webcontainer /auth.client.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
209 Bytes
/**
* This client-only module that contains everything related to auth and is used
* to avoid importing `@webcontainer/api` in the server bundle.
*/
export { auth, type AuthAPI } from '@webcontainer/api';