mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
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/worker.js')))
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true })
|
|
|
|
exports.default = index
|