mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Fix remaining paths after moving everything to src
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
3bf54999f1
commit
aaff73036b
3 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue