0
Fork 0
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:
Juan Picado @jotadeveloper 2017-07-13 19:55:19 +02:00
parent a6d6e58a80
commit 2e5a1e7fd9
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 2 additions and 2 deletions

View file

@ -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,
}),

View file

@ -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,
}),