Import server environment variables in clean_images API route
This commit is contained in:
parent
527e46453d
commit
8247f9b4ea
@ -1,3 +1,4 @@
|
||||
import { serverEnv } from '@/env/server';
|
||||
import { del, list, ListBlobResult } from '@vercel/blob';
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user