Skip to content

Commit

Permalink
Merge pull request #76 from solaoi/feature_update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
solaoi authored Mar 8, 2023
2 parents a4b8011 + 15b2a3f commit 936d57f
Show file tree
Hide file tree
Showing 4 changed files with 1,485 additions and 1,240 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![license](https://img.shields.io/github/license/solaoi/co-metub)
[![CodeQL](https://github.com/solaoi/co-metub/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/solaoi/co-metub/actions/workflows/codeql-analysis.yml)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/solaoi/co-metub)](https://github.com/solaoi/co-metub/releases)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/solaoi?color=db61a2)](https://github.com/sponsors/solaoi)

This is an application for multiple people to manage the stub APIs.

Expand Down
1 change: 1 addition & 0 deletions db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import { PrismaClient } from "@prisma/client"
const EnhancedPrisma = enhancePrisma(PrismaClient)

export * from "@prisma/client"
// eslint-disable-next-line import/no-anonymous-default-export
export default new EnhancedPrisma({ log: ["query", "warn", "error"] })
Loading

0 comments on commit 936d57f

Please sign in to comment.