Skip to content

Added dbug option for vscode to be able to set breakpoints in the frontend and backend at the same time #2138

Added dbug option for vscode to be able to set breakpoints in the frontend and backend at the same time

Added dbug option for vscode to be able to set breakpoints in the frontend and backend at the same time #2138

Workflow file for this run

name: Build on PR
on:
pull_request:
branches: [main, stable]
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build-base.yml
with:
publish-snap: false
secrets:
workflowToken: ${{ secrets.WORKFLOW_TOKEN }}