Homey Pro (Early 2023) - (P)Review Alpha Testing

Hello,
Anyone of you know if the paths within the apps changed in new Homey Pro 2023? I’ve got an app made with SDKv3 (BleBox). On the older Homey Pro works OK, but I receive crashes with the new Homey Pro 2023 (I don’t own it, I can see it on the developer site). I’ve got a folder in my project structure called “lib” and within it I’ve got for example util.js. In several files in the project I require /lib/util.js

In the crash stack trace from 10.0.0-rc.55 I can see:

Stack trace
Error: Cannot find module ‘/lib/util.js’
Require stack:

  • /app/app.js
  • /node_modules/@athombv/homey-apps-sdk-v3/lib/Util.js
  • /node_modules/@athombv/homey-apps-sdk-v3/lib/Device.js
  • /node_modules/@athombv/homey-apps-sdk-v3/homey.js
  • /node_modules/@athombv/homey-apps-sdk-v3/index.js
  • /homey-app-runner/lib/App.js
  • /homey-app-runner/index.js
    at Socket. (file:///app/lib/App.mjs:622:61)
    at Socket.onack (/node_modules/socket.io/dist/socket.js:310:17)
    at Socket._onpacket (/node_modules/socket.io/dist/socket.js:247:22)
    at /node_modules/socket.io/dist/client.js:214:24
    at processTicksAndRejections (node:internal/process/task_queues:77:11)

So I assume something changed with paths. Anyone knows what is wrong?
From one of the users (maybe the one, who makes “crashed”) I get an info, that he can’t install the app - after installation it disappears from the “Apps” In the mobile application within around 10 seconds…