fix: use correct id for debug node

This commit is contained in:
2026-05-04 23:54:43 +02:00
parent 5beb03196d
commit 85e2fd1a71
+1 -1
View File
@@ -1,5 +1,5 @@
export const debugNode = {
id: '__internal/debug/instance',
id: '__internal/node/debug',
meta: {
title: 'Debug'
},