mm-ninja-turtles / turtle-express

My attempt of making Express.JS a typesafe router with Zod.
3 stars 0 forks source link

[bug]: example project run command with pnpm failure #4

Closed PyaePhyoKyaw61194 closed 2 years ago

PyaePhyoKyaw61194 commented 2 years ago

The command for running the example project should be

pnpm --filter express-ts run start

instead of

pnpm run start --filter express-ts

written in README.

wai-lin commented 2 years ago

already fixed in 6da8a17