mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-17 15:04:51 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
6
app/lib/webcontainer/auth.client.ts
Normal file
6
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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue