Peter Muessig
Peter Muessig
IMO, a mono-repo setup requires a `package.json` for each module. We should in general rework the structure. In case of including ui projects and backend project the dependencies are rather...
Thx @faow for the issue, I'll take a look once I have a bit of free time...
@faow - short update - the problem is the way how we hook into the express application and in case of https is being used, the original express app is...
@faow - ok, good to know - I'm still looking into the topic - currently searching for the best possible way to retrieve the necessary information when the UI5 tooling...
There seems to be no possibility to overcome that issue. The following lines in the UI5 tooling override the `express` app with the `spdy` app and thus the listen callback...
Yes, the following line is not pointing to the project root path: ```js const cwd = middlewareUtil.getProject().getRootPath() || process.cwd(); ``` also the root path is considered as being in the...
Cc: @RandomByte @matz3
Hmm, well - the initial issue is that the configuration is not derived properly from the project as the `ui5-tooling-transpile` derives the project type from the files in the project...
Yes, it is mainly related to the detection of the project type (whether to transform TypeScript or not) - by configuring it manually it works: ```yaml server: customMiddleware: - name:...
Why not sorting the packages by the downloads of the last 14 days? The data is part of the bestofui5-data and you can do the sorting on your own. WDYT?