diff --git a/website/next-env.d.ts b/website/next-env.d.ts index 40c3d68096..1b3be0840f 100644 --- a/website/next-env.d.ts +++ b/website/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/website/src/app/actions.ts b/website/src/app/actions.ts index 43ef230160..8296526504 100644 --- a/website/src/app/actions.ts +++ b/website/src/app/actions.ts @@ -1,4 +1,3 @@ -'use server' import { Schema } from '@effect/schema' import { Effect, Match, pipe } from 'effect' import { auth } from '~/lib/auth'