Dominic Elm
feat(editor): show tooltip when the editor is read-only (#34)
6e99e4c 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';