getLocalServer
Get the LocalServer and use it!
const { LocalServer, getLocalServer } = require('naturesaving');
const server = new LocalServer({ name: 'Example', path: './database' });
const localServer = getLocalServer({ name: 'Example' });Last updated