add nginx child process

This commit is contained in:
Phil Kunz
2016-07-11 16:34:51 +02:00
parent 1f2105f75e
commit 871ff06040
7 changed files with 84 additions and 11 deletions

View File

@ -1,5 +1,7 @@
import "typings-global";
export import beautylog = require("beautylog");
export import cert = require("cert");
export import childProcess = require("child_process");
export import path = require("path");
export import q = require("q");
export let shelljs = require("shelljs");