diff --git a/packages/gatsby/src/utils/start-server.ts b/packages/gatsby/src/utils/start-server.ts index a451ffe2cdb02..66f9073d95f9e 100644 --- a/packages/gatsby/src/utils/start-server.ts +++ b/packages/gatsby/src/utils/start-server.ts @@ -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"