start storing configs to FS

This commit is contained in:
LosslessBot
2016-07-08 03:36:51 +02:00
parent c50f1f73dd
commit bd6c76cbfd
8 changed files with 29 additions and 16 deletions

View File

@ -3,4 +3,5 @@ export import cert = require("cert");
export import path = require("path");
export import q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");