Skip to content

Commit

Permalink
📝 add some comment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Oct 15, 2023
1 parent 53acb0d commit b8288b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ coreApp.acts.setAct({
fn: addUser,
});

// --------------------- Get Users ----------------------
const getUsersValidator = () => {
return object({
set: object({
Expand Down Expand Up @@ -206,6 +207,7 @@ coreApp.acts.setAct({
fn: getUsers,
});

// ================== RUM SECTION ==================
coreApp.runServer({ port: 8080, typeGeneration: false, playground: true });
```

Expand Down

0 comments on commit b8288b6

Please sign in to comment.