Skip to content

Commit

Permalink
chore: open root web path when dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CntChen committed Nov 15, 2018
1 parent de2a1af commit 8dd5f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const webpackConfig = require('./webpack.dev.conf');
const HOST = process.env.HOST || config.dev.host
const PORT = process.env.PORT && Number(process.env.PORT) || config.dev.port

const uri = `http://${HOST}:${PORT}${config.dev.assetsPublicPath}#/pipeline`;
const uri = `http://${HOST}:${PORT}${config.dev.assetsPublicPath}#/`;
// default port where dev server listens for incoming traffic
// automatically open browser, if not set will be false
const autoOpenBrowser = !!config.dev.autoOpenBrowser;
Expand Down

0 comments on commit 8dd5f13

Please sign in to comment.