feat: init umami

This commit is contained in:
swve 2024-06-08 12:23:04 +01:00
parent 9968fe23fa
commit d85ea6861c
4 changed files with 20 additions and 5 deletions

View file

@ -9,7 +9,7 @@ import { getResponseMetadata } from '@services/utils/ts/requests'
import CredentialsProvider from 'next-auth/providers/credentials'
import GoogleProvider from 'next-auth/providers/google'
const isDevEnv = LEARNHOUSE_TOP_DOMAIN == 'localhost' ? true : false
export const isDevEnv = LEARNHOUSE_TOP_DOMAIN == 'localhost' ? true : false
export const nextAuthOptions = {
debug: true,