Howard86 / next-api-handler

lightweight nextjs api handler wrapper, portable & configurable for serverless environment
https://next-api-handler.vercel.app
Other
49 stars 1 forks source link

Feature/migrate to pnpm turbo monorepo #64

Closed Howard86 closed 1 year ago

Howard86 commented 1 year ago

feature

use yarn with 2 separate node_modules which cost lots of storage

migrate yarn with pnpm and set up workspace with turbo

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
next-api-handler ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 4, 2023 at 5:54PM (UTC)
cypress[bot] commented 1 year ago

Passing run #121 ↗︎

0 10 0 0 Flakiness 0

Details:

null
Project: next-api-handler Commit: 256117d90c
Status: Passed Duration: 00:08 💡
Started: Mar 4, 2023 5:56 PM Ended: Mar 4, 2023 5:56 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

codecov[bot] commented 1 year ago

Codecov Report

Merging #64 (256117d) into main (7b442ec) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #64   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          153       152    -1     
  Branches        23        23           
=========================================
- Hits           153       152    -1     
Impacted Files Coverage Δ
src/lib/api-logger.ts 100.00% <0.00%> (ø)
src/lib/router-builder.ts 100.00% <0.00%> (ø)
packages/next-api-handler/src/lib/api-logger.ts
packages/next-api-handler/src/lib/constants.ts
packages/next-api-handler/src/lib/error-handler.ts
...es/next-api-handler/src/lib/express-like-router.ts
...ckages/next-api-handler/src/lib/http-exceptions.ts
...ackages/next-api-handler/src/lib/router-builder.ts

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 256117d9 and detected 7 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 3
Duplication 4

View more on Code Climate.