Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(server): fix config import path in dev mode
Browse files Browse the repository at this point in the history
fix(server): fix config import path in dev mode
  • Loading branch information
Metnew committed Sep 17, 2017
1 parent be37230 commit ebfee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import spdy from 'spdy'
import chalk from 'chalk'
// Mount our server-side code to dev server
import server from '../../webpack_config/devServer'
import {serverOptions as options} from './config/index.dev'
import {serverOptions as options} from './config'

const app: express$Application = express()
const httpsPORT: number = +process.env.PORT || 3000
Expand Down

0 comments on commit ebfee5d

Please sign in to comment.