Skip to content

Commit

Permalink
fix(website): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Dec 28, 2024
1 parent 78f5ac4 commit 0e34399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// 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.
1 change: 0 additions & 1 deletion website/src/app/actions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use server'
import { Schema } from '@effect/schema'
import { Effect, Match, pipe } from 'effect'
import { auth } from '~/lib/auth'
Expand Down

0 comments on commit 0e34399

Please sign in to comment.