mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
'use strict';
|
|
|
|
const path = require('path');
|
|
|
|
module.exports = {
|
|
publicFolder: path.join(__dirname, 'dist'),
|
|
};
|