chore: bootstrap monorepo workspace and shared schemas
This commit is contained in:
5
packages/shared/src/index.ts
Normal file
5
packages/shared/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './auth.schema.js';
|
||||
export * from './profile.schema.js';
|
||||
export * from './wish.schema.js';
|
||||
export * from './public.schema.js';
|
||||
export * from './types.js';
|
||||
Reference in New Issue
Block a user