Skip to content

Commit

Permalink
Fixing app new command
Browse files Browse the repository at this point in the history
  • Loading branch information
svylabs committed Sep 3, 2024
1 parent 3daee24 commit 221ca0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ datastore/
public/
samplecontracts
.vscode
**/hello-world/
21 changes: 0 additions & 21 deletions src/microcraft/hello-world/app.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/microcraft/lib/commands/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const createApp = async(name, description) => {
label: "Submit",
id: "submit",
placement: "action",
codeRef: "alert(`Hello, ${data[\"name\"]}`);"
code: "alert(`Hello, ${data[\"name\"]}`);"
}
]
}
Expand Down

0 comments on commit 221ca0a

Please sign in to comment.