feat: add right sidebar collapse

This commit is contained in:
shinya
2025-07-08 13:23:27 +08:00
parent abed52c766
commit e412e2d765
8 changed files with 97 additions and 35 deletions

View File

@@ -3,7 +3,8 @@
import { NextResponse } from 'next/server';
import { getConfig } from '@/lib/config';
import { getStorage, IStorage } from '@/lib/db';
import { getStorage } from '@/lib/db';
import { IStorage } from '@/lib/types';
export const runtime = 'edge';