Add constants file

This commit is contained in:
Dan Mindru 2019-09-03 21:22:15 +02:00 committed by Dan Mindru
parent 4adabe4ecd
commit d950d1d265
1 changed files with 6 additions and 0 deletions

6
constants.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
SOURCE: 'templates',
DIST: 'dist',
WORKING_DIR: 'tmp',
CONFIGURATION_FILE: 'conf.json'
}