dockerfile/examples/standardnotes/official-src/server-main/packages/auth/docker/entrypoint-cleanup.js

12 lines
315 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/cleanup.js')))
Object.defineProperty(exports, '__esModule', { value: true })
exports.default = index