journey/server/config/dir.js

8 lines
93 B
JavaScript

'use strict'
const p = require('path')
module.exports = {
static: p.join(PWD, 'dist'),
}