mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: incorrect api url in webpack config
This commit is contained in:
parent
2e3c8ed2cb
commit
3a3f4ed960
2 changed files with 1 additions and 1 deletions
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
|
@ -28,7 +28,7 @@ export default {
|
|||
new HTMLWebpackPlugin({
|
||||
title: 'Verdaccio',
|
||||
filename: 'index.html',
|
||||
verdaccioURL: '//localhost:4873/-/verdaccio/',
|
||||
verdaccioURL: '//localhost:4873',
|
||||
template: `${env.SRC_ROOT}/webui/template.html`,
|
||||
debug: true,
|
||||
inject: true,
|
||||
|
|
Loading…
Reference in a new issue