SHELL := /bin/bash build: pnpm install pnpm run -F client build pnpm run -F server dbdeploy pnpm run -F server dbtypes start: PORT=$(PORT) pnpm start