Skip to content

Latest commit

 

History

History

with-fastify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

trpc-swagger (with-fastify)

Getting started

Make sure your current working directory is at /trpc-swagger root.

yarn install
yarn build
yarn workspace with-fastify run dev

or

npm install
npm run build
npm run dev -w with-fastify