initial commit

This commit is contained in:
Wyatt Johnson
2018-06-16 17:20:51 -06:00
commit 02e1236792
39 changed files with 5258 additions and 0 deletions
@@ -0,0 +1,4 @@
import serveStatic from 'express-static-gzip';
import path from 'path';
export default serveStatic(path.join(__dirname, '..', '..', 'dist'), {});