d6fb0df64f
* trpc procedures an middleware refactor * allow use sessionMiddleware without a req object * sync with the new tRPC structure * tRPC refactor on routing form app * import Prisma from @prisma/client * Lazy load apps from appstore * remove unrelated changes * Add types for PaymentService * type fixes * Merge branch 'main' into roae85/cal-1514-set-the-user-session-only-on-the * fix typo * remove console.log * remove explicit types from apstore object * linter fixes --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com> |
||
---|---|---|
.. | ||
api | ||
components | ||
emails | ||
lib | ||
pages | ||
playwright/tests | ||
static | ||
test/lib | ||
trpc | ||
types | ||
DESCRIPTION.md | ||
README.md | ||
config.json | ||
env.d.ts | ||
index.ts | ||
jsonLogicToPrisma.ts | ||
package.json | ||
trpc-router.ts | ||
zod.ts |
README.md
Routing Forms App
How to run Tests
yarn e2e:app-store
runs all Apps' tests. You can use describe.only()
to run Routing Forms tests only.
Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable