Skip to content

Commit

Permalink
Add metacom examples(#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko authored Jan 23, 2024
1 parent 0a8e420 commit 13e9d64
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions application/api/example/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
({
access: 'public',

method: async () => {
return 'Hello world';
},

returns: 'string',
});
4 changes: 4 additions & 0 deletions application/api/system/introspect.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
({
access: 'public',
method: application.introspect,
});
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"impress": "^3.0.11"
"impress": "^3.0.13"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
Expand Down

0 comments on commit 13e9d64

Please sign in to comment.