WIP bunch of stuff

This commit is contained in:
2022-10-16 15:58:23 +02:00
parent b4ff0c8f77
commit ea603804a2
9 changed files with 187 additions and 103 deletions

View File

@ -0,0 +1,4 @@
import { Configuration, V0alpha2Api } from "@ory/client"
import { edgeConfig } from "@ory/integrations/next"
export default new V0alpha2Api(new Configuration(edgeConfig))