79471790

Date: 2025-02-27 06:47:43
Score: 0.5
Natty:
Report link

if you're on Next.js, you might want to do it like this,

you might want to import fs like this,

import { promises as fs } from 'fs';
.
.
.

await fs.readFile(process.cwd() + "/lib/db-schema.md");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Seng Wee