5 lines
102 B
Text
5 lines
102 B
Text
|
|
const path = require('path');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
'config': path.resolve('config', 'config.cjs'),
|
||
|
|
};
|