This commit is contained in:
Brian Vaughn
2019-06-09 16:22:23 -07:00
parent 8f53235017
commit e66fcaf17d
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -12,5 +12,4 @@ yarn-error.log
yarn-error.log
.vscode
.idea
.watchmanconfig
key.pem
.watchmanconfig
+1 -1
View File
@@ -4,7 +4,7 @@ const finalhandler = require('finalhandler');
const http = require('http');
const serveStatic = require('serve-static');
// Serve regression folder
// Serve fixtures folder
const serve = serveStatic(__dirname, { index: 'index.html' });
// Create server