7.12 Deployment customizations
25 сентября 2025 г.
10:18

- Stop debugging.
Terminate batch jobs: In every open terminal press Ctrl+C, reply Y to question Terminate batch job (Y/N)?
- In terminal window run command:
npm run build:app qer-app-portal ( npm run build:lib qer)
The result will appear in the \imxweb\dist folder
- Open folder \imxweb\dist\qer-app-portal.
Delete folder \html ???
Using 7-Zip, zip content of the folder and give it a name “Html_qer-app-portal.zip”
- Move zip file to the folder C:\inetpub\wwwroot\ApiServer\bin\imxweb\custom
Original file can remain in the C:\inetpub\wwwroot\ApiServer\bin\imxweb folder
- Run iisreset
Компиляция для теста
npm run build:watch qer
Запуск дебага (теста)
npm run start qer-app-portal
Компиляция для прода
npm run build:lib qer
npm run build:app qer-app-portal