fix build

This commit is contained in:
wass08
2026-02-23 07:41:17 +09:00
parent 9129a5b847
commit 373d9310ee
5 changed files with 143 additions and 134 deletions
@@ -2,7 +2,8 @@
import { revalidatePath } from 'next/cache'
import { redirect } from 'next/navigation'
import { and, db, eq, ne, schema, sql } from '@pascal-app/db'
import { db, schema } from '@pascal-app/db'
import { eq, and, ne, sql } from 'drizzle-orm'
import { auth } from '@/lib/auth'
import { getSession } from './server'
import { createServerSupabaseClient } from '../database/server'
-1
View File
@@ -14,7 +14,6 @@
"@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",