mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 03:55:27 +00:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
export default {
|
|
providors: [
|
|
{
|
|
domain: process.env.NEXT_PUBLIC_CLERK_FRONTEND_API_URL,
|
|
applicationId: process.env.NEXTAUTH_ID,
|
|
}
|
|
]
|
|
} |