Skip to content

Commit 3fecef2

Browse files
committed
Adding app scaffolding for adobe_photoshop_lightroom
1 parent 5e0f800 commit 3fecef2

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "adobe_photoshop_lightroom",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/adobe_photoshop_lightroom",
3+
"version": "0.0.1",
4+
"description": "Pipedream Adobe Photoshop Lightroom Components",
5+
"main": "adobe_photoshop_lightroom.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"adobe_photoshop_lightroom"
9+
],
10+
"homepage": "https://pipedream.com/apps/adobe_photoshop_lightroom",
11+
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

pnpm-lock.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)