Skip to content

Commit

Permalink
fix problem w/ merge w/ master
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 17, 2020
1 parent 02dceb9 commit f91a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/start-server.ts
Expand Up @@ -15,7 +15,7 @@ import https from "https"
import cors from "cors"
import telemetry from "gatsby-telemetry"
import launchEditor from "react-dev-utils/launchEditor"
import { slash, isCI } from "gatsby-core-utils"
import { isCI } from "gatsby-core-utils"

import { withBasePath } from "../utils/path"
import webpackConfig from "../utils/webpack.config"
Expand Down

0 comments on commit f91a18d

Please sign in to comment.