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

8 lines
116 B
JavaScript
Raw Normal View History

2016-09-13 22:06:33 +02:00
'use strict';
2016-10-26 10:43:11 +02:00
2016-09-13 22:06:33 +02:00
const path = require('path');
module.exports = {
publicFolder: path.join(__dirname, 'dist'),
};