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

7 lines
123 B
JavaScript
Raw Normal View History

2016-06-18 09:19:57 +02:00
'use strict';
const path = require('path');
module.exports = {
2016-06-18 21:55:46 +02:00
publicFolder: path.join(__dirname, '..', 'public'),
2016-06-18 09:19:57 +02:00
};