1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-07 23:23:49 +02:00

improving logging and configs

This commit is contained in:
Braun Patrik
2017-06-04 15:25:08 +02:00
parent 98681322f5
commit 7e56ef1111
36 changed files with 279 additions and 326 deletions

View File

@@ -1,5 +1,5 @@
import * as path from "path";
import {Config} from "./config/Config";
import {Config} from "../common/config/private/Config";
class ProjectPathClass {
public Root: string;