From 0e343999eeabe385fb465e7d94cbd29a8489b472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Sat, 28 Dec 2024 14:04:07 +0100 Subject: [PATCH] fix(website): fix build --- website/next-env.d.ts | 2 +- website/src/app/actions.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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'