UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

11 lines (9 loc) 292 B
require('pkginfo')(module, 'version'); import path from 'node:path'; import { fileURLToPath } from 'node:url'; const dirname = path.dirname(fileURLToPath(import.meta.url)); const { version } = module.exports; module.exports = { publicFolder: path.join(dirname, 'build'), version, };