@dexteel/mesf-core
v4.20.4
Published
https://github.com/dexteel/mesf-core/commit/02877a88ab283f2a64cd1a0bc85bdb7c099935f2
Downloads
488
Readme
For Changing passwords, mesf-core is needed:
https://github.com/dexteel/mesf-core/commit/02877a88ab283f2a64cd1a0bc85bdb7c099935f2
How to install project in subfolders
In deployed version, edit the following file:
DEPLOY_FOLDER/ClientApp/dist/index.html
Change the <base />
tag to the desired base url
DON'T FORGET THE TRAILING SLASH
EXAMPLES:
<base href="/" />
(default)<base href="/old/" />
<base href="/testing/" />
<base href="/old/testing/" />