You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**⌨️ CLI reference can be found [here!](https://github.com/SAP/ui5-cli#cli-usage)**
14
-
15
-
## Server
16
-
Provides server capabilities for the [UI5 Tooling](https://github.com/SAP/ui5-tooling).
17
-
18
-
### Middleware
19
-
The development server has already a set of middleware which supports the developer with the following features:
20
-
21
-
* Translation files with `.properties` extension are properly encoded with **ISO-8859-1**.
22
-
* Changes on files with `.less` extension triggers a theme build and delivers the compiled CSS files.
23
-
* Version info is created automatically (`/resources/sap-ui-version.json`).
24
-
* List project files with URL (needed exclusively by the OpenUI5 testsuite): `/discovery/app_pages`, `/discovery/all_libs`, `/discovery/all_tests`
25
-
26
-
## Certificates for HTTPS or HTTP/2
27
-
The UI5 Server can automatically generate an SSL certificate for HTTPS and HTTP/2 configurations.
28
-
29
-
Upon startup, it checks if a certificate exists within the path provided.
30
-
If there is none, a new certificate is created and used.
31
-
32
-
**Hint:** If Chrome unintentionally redirects a HTTP-URL to HTTPS, you need to delete the HSTS mapping in [chrome://net-internals/#hsts](chrome://net-internals/#hsts) by entering the domain name (e.g. localhost) and pressing "delete".
13
+
## Documentation
14
+
Can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/pages/Server/)
0 commit comments