This commit is contained in:
Norbert Maciaszek 2025-10-27 21:18:38 +01:00
parent d6ca9e1429
commit 59fb226590
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import { revalidatePath } from 'next/cache';
import PocketBase from 'pocketbase';
const pb = new PocketBase(process.env.POCKET_URL!);
console.log('test:', process.env.POCKET_URL);
pb.autoCancellation(false);
const collection = 'movies_prod';