mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
fdf4b29ae2
* fix(syncing-server): optimize memory usge * fix: optimize remaining self hostable services
12 lines
314 B
JavaScript
12 lines
314 B
JavaScript
'use strict'
|
|
|
|
const path = require('path')
|
|
|
|
const pnp = require(path.normalize(path.resolve(__dirname, '../../..', '.pnp.cjs'))).setup()
|
|
|
|
const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/backup.js')))
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true })
|
|
|
|
exports.default = index
|