Skip to content

Commit

Permalink
Adding app scaffolding for danny_test_app
Browse files Browse the repository at this point in the history
  • Loading branch information
danhsiung committed Nov 6, 2024
1 parent b694d1c commit 867f268
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/danny_test_app/danny_test_app.app.mjs
Original file line number Diff line number Diff line change
@@ -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));
},
},
};
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 867f268

Please sign in to comment.