We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b4c1f commit b18d1f8Copy full SHA for b18d1f8
template/build/dev-server.js
@@ -65,7 +65,7 @@ app.use(require('connect-history-api-fallback')())
65
var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory)
66
app.use(staticPath, express.static('./static'))
67
68
-var uri = 'http://localhost:' + port
+// var uri = 'http://localhost:' + port
69
70
var _resolve
71
var readyPromise = new Promise(resolve => {
0 commit comments