feat: add shortcut to quick connect to debug
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m22s

This commit is contained in:
2026-02-12 22:27:11 +01:00
parent e098be6013
commit bf6f632d27
3 changed files with 29 additions and 4 deletions

View File

@@ -13,11 +13,9 @@ export function getDebugData() {
export const debugNode = {
id: 'max/plantarium/debug',
inputs: {
a: {
input: {
type: '*'
}
},
execute(data: Int32Array) {
return data;
}
execute() {}
} as const;