3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
import JSONdb from 'simple-json-db';
|
|
|
|
export const db = new JSONdb('./data.json'); |