mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
fix: add template folder instead hosting it in the root
This commit is contained in:
parent
a6d6e58a80
commit
2e5a1e7fd9
3 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export default {
|
|||
title: 'Verdaccio',
|
||||
filename: 'index.html',
|
||||
verdaccioURL: '//localhost:4873',
|
||||
template: `${env.SRC_ROOT}/webui/template.html`,
|
||||
template: `${env.SRC_ROOT}/webui/template/index.html`,
|
||||
debug: true,
|
||||
inject: true,
|
||||
}),
|
||||
|
|
|
@ -41,7 +41,7 @@ export default {
|
|||
title: 'Verdaccio',
|
||||
filename: 'index.html',
|
||||
verdaccioURL: 'ToReplaceByVerdaccio',
|
||||
template: `${env.SRC_ROOT}/webui/template.html`,
|
||||
template: `${env.SRC_ROOT}/webui/template/index.html`,
|
||||
debug: false,
|
||||
inject: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue