1 | const path = require('path'); |
||
2 | const fs = require('fs'); |
||
0 ignored issues
–
show
Unused Code
introduced
by
![]() |
|||
3 | |||
4 | module.exports = { |
||
5 | VERSION: '1.0.0', |
||
6 | path:{ |
||
7 | raw_code: path.join( __dirname, 'raw_code/' ), |
||
8 | } |
||
9 | |||
10 | } |