mirror of
https://github.com/anonklub/anonklub.git
synced 2026-05-03 03:00:04 -04:00
* bump lock file * delete `/apis/prove` * move `/apis/query/` into `query-api/` * remove `/infra` * update config files * format * remove @anonklub/proof ts reference from circom pkg * tsignore * pin `@anonklub/proof` package in ui * remove unused config in hook * tsignore (discord bot) * delete apis/prove * remove tsignore directive * update env vars * skip build of `@anonklub/proof` in vlaidate workflow version was pinned in UI and CLI * avoid pre rendering for beacon query page see https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config#dynamic By default, next will try to pre-render and fetch the data at build time However, this is a dune query that is subject to query credits... sometimes the query fails. It should not prevent building the app though. * Remove prove api url from ui config
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ pnpm install
Running the app
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
Test
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.