Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ACME tRPC routers and configs

tRPC routes and context definitions for ACME apps.

This package uses:

Setup

pnpm install

Available scripts

Build

pnpm build

# To --watch
pnpm build:watch
pnpm -F @acme/db generate

Lint

pnpm lint

# To fix lint
pnpm lint:fix