dependencies udpated

This commit is contained in:
2025-06-18 21:39:39 +05:30
parent 600912114a
commit dd091f022d
6 changed files with 1730 additions and 2284 deletions

View File

@@ -21,9 +21,6 @@ npm run setup:env
```
3. Generate Prisma, and its Types.
```sh
npm run db:generate
```
- Migrate the db:
```sh
@@ -35,11 +32,6 @@ npm run db:migrate
npm run db:generate
```
- seed the db if:
```sh
npm run db:seed
```
4. To Simply run all the app(Backend + Frontend).
```sh