Skip to content

Commit

Permalink
Adding app scaffolding for control_d
Browse files Browse the repository at this point in the history
  • Loading branch information
danhsiung committed Jul 1, 2024
1 parent c1540d0 commit b023a3e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/control_d/control_d.app.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default {
type: "app",
app: "control_d",
propDefinitions: {},
methods: {
// this.$auth contains connected account data
authKeys() {
console.log(Object.keys(this.$auth));
},
},
};
15 changes: 15 additions & 0 deletions components/control_d/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@pipedream/control_d",
"version": "0.0.1",
"description": "Pipedream Control D Components",
"main": "control_d.app.mjs",
"keywords": [
"pipedream",
"control_d"
],
"homepage": "https://pipedream.com/apps/control_d",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b023a3e

Please sign in to comment.