2016-06-18 09:19:57 +02:00
|
|
|
'use strict';
|
2016-10-26 10:43:11 +02:00
|
|
|
|
2016-06-18 09:19:57 +02:00
|
|
|
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
|
|
|
};
|