Add constants file
This commit is contained in:
parent
4adabe4ecd
commit
d950d1d265
|
|
@ -0,0 +1,6 @@
|
||||||
|
module.exports = {
|
||||||
|
SOURCE: 'templates',
|
||||||
|
DIST: 'dist',
|
||||||
|
WORKING_DIR: 'tmp',
|
||||||
|
CONFIGURATION_FILE: 'conf.json'
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue