1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/index.js

10 lines
190 B
JavaScript
Raw Normal View History

require('pkginfo')(module, 'version');
2016-11-10 14:26:24 +01:00
const path = require('path');
const { version } = module.exports;
2016-11-10 14:26:24 +01:00
module.exports = {
publicFolder: path.join(__dirname, 'build'),
version
2016-11-10 14:26:24 +01:00
};