Merge branch 'main' into MED-63

This commit is contained in:
Danel Kungla
2025-07-08 16:06:27 +03:00
237 changed files with 40809 additions and 2141 deletions

View File

@@ -39,6 +39,8 @@ pnpm clean
pnpm i
```
if you get missing dependency error do `pnpm i --force`
## Adding new dependency
```bash
@@ -71,6 +73,12 @@ To update database types run:
npm run supabase:typegen:app
```
## Medusa store
To get medusa store working you need to update the env's to your running medusa app and migrate the tables from medusa project to your supabase project
You can get `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` from your medusa app settings
## Super admin
To access admin pages follow these steps: