Migrating from ui-kit 1 to latest - can not debug frontend

Hi ,

i’m starting to migrate an ui kit 1 app to latest.

I could use :

forge tunnel --debug --debugFunctionHandlers index.run admin.run --debugStartingPort 9229

where in the manifest i had functions like:

function:
- key: main
handler: index.run

with:

- key: jira-app-panel
  function: main

Now, with latest ui-kit the manifest changed, and the frontend file is in:

resources:

  • key: main
    path: src/frontend/index.jsx

how can i debug it ?