-
-
Notifications
You must be signed in to change notification settings - Fork 952
Open
Description
Hi, here my code:
import { JSONFilePreset } from 'lowdb/node';
const defaultData = { posts: [] };
const db = await JSONFilePreset('db.json', defaultData);
If I run the server with this code the db.json doesn't be created.
It will if I add this line.
db.write();
As I see in the instructions it should work without the last line. Any suggestion?
yakiisama, noeldodd and Z3R0GT
Metadata
Metadata
Assignees
Labels
No labels