fix build

This commit is contained in:
wass08
2026-02-20 19:45:15 +09:00
parent c58d5ab535
commit 66b4efba09
5 changed files with 38 additions and 4 deletions
@@ -2,8 +2,7 @@
import { revalidatePath } from 'next/cache'
import { redirect } from 'next/navigation'
import { db, schema } from '@pascal-app/db'
import { eq, and, ne, sql } from 'drizzle-orm'
import { and, db, eq, ne, schema, sql } from '@pascal-app/db'
import { auth } from '@/lib/auth'
import { getSession } from './server'
import { createServerSupabaseClient } from '../database/server'
+1
View File
@@ -14,6 +14,7 @@
"@pascal-app/auth": "*",
"@pascal-app/core": "*",
"@pascal-app/db": "*",
"drizzle-orm": "0.39.3",
"@pascal-app/viewer": "*",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-context-menu": "^2.2.16",