Fix ESM import in database-prisma.js - add .js extension

This commit is contained in:
CanbiZ
2025-11-28 13:58:05 +01:00
parent 3dabacd055
commit 5ea6828f8c

View File

@@ -1,4 +1,4 @@
import { prisma } from './db';
import { prisma } from './db.js';
import { join } from 'path';
import { writeFileSync, unlinkSync, chmodSync, mkdirSync } from 'fs';
import { existsSync } from 'fs';