cal.pub0.org/packages/app-store/routing-forms
Julius Marminge 53748eb380
add an enum generator, stop importing from @prisma/client (#8548)
* add an enum generator and start importing from it

* keep moving imports

* fix remaining

* Header simplified

* Removed generated file from repo

* Updated .gitignore to exclude enums directory

* Add eslint rule to check for @prisma/client Prisma enum import

* Added another enum import + exclude PrismaClient

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-02 13:44:05 +02:00
..
api
components Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00
emails
lib
pages Routing-Forms/External Redirect URL improvement (#8487) 2023-04-24 19:42:50 +05:30
playwright/tests test: add other fields to routing form e2e (#8112) 2023-04-12 13:58:03 -07:00
static Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
test/lib
types
DESCRIPTION.md chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479) 2023-04-26 12:03:34 +01:00
README.md
config.json chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479) 2023-04-26 12:03:34 +01:00
env.d.ts
index.ts
jsonLogicToPrisma.ts
package.json
trpc-router.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
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