- remove unused config files - load all server env variables from ./config/env - still define PWD as midwest seems to be using it
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
'use strict'
|
|
|
|
const p = require('path')
|
|
|
|
module.exports = {
|
|
static: p.join(process.cwd(), 'dist'),
|
|
}
|