Fix remaining paths after moving everything to src

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-05-22 14:15:45 +02:00
parent 3bf54999f1
commit aaff73036b
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
3 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ import { environment } from './environment'
import { dockerSecret } from './dockerSecret'
import deepFreeze = require('deep-freeze')
const appRootPath = path.resolve(__dirname, '../../')
const appRootPath = path.resolve(__dirname, '../../../')
const env = process.env.NODE_ENV || Environment.development
const debugConfig = {
debug: (env === Environment.development)