mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Nit
This commit is contained in:
+1
-2
@@ -12,5 +12,4 @@ yarn-error.log
|
||||
yarn-error.log
|
||||
.vscode
|
||||
.idea
|
||||
.watchmanconfig
|
||||
key.pem
|
||||
.watchmanconfig
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user