diff --git a/components/danny_test_app/danny_test_app.app.mjs b/components/danny_test_app/danny_test_app.app.mjs new file mode 100644 index 0000000000000..8141f60595dd6 --- /dev/null +++ b/components/danny_test_app/danny_test_app.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "danny_test_app", + propDefinitions: {}, + methods: { + // this.$auth contains connected account data + authKeys() { + console.log(Object.keys(this.$auth)); + }, + }, +}; \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9c4b7833ea75..039f40fdf8004 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2367,6 +2367,9 @@ importers: components/danny_test_app: specifiers: {} + components/danny_test_app: + specifiers: {} + components/dart: specifiers: '@pipedream/platform': ^3.0.0