feat: add shortcut to quick connect to debug
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m22s
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m22s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user