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

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