feat(editor): show tooltip when the editor is read-only (#34)
This commit is contained in:
6
packages/bolt/app/lib/webcontainer/auth.client.ts
Normal file
6
packages/bolt/app/lib/webcontainer/auth.client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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';
|
||||
Reference in New Issue
Block a user