Skip to content

Commit

Permalink
Changing the content of the app for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Jul 30, 2024
1 parent 6c9b38b commit 0053fc5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/hello-world/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const app: BasedAppFunction = async (_based) => {
'<title>Hello World</title>' +
'</head>' +
'<body style="margin: 0;">' +
'<div id="root">Hello World from Based.io!</div>' +
`<div id="root">Hello World from Based.io! 1</div>` +
'</body>' +
'</html>';
};
Expand Down
24 changes: 23 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"license": "ISC",
"dependencies": {
"@based/functions": "^3.0.2"
}
},
"devDependencies": {}
}

0 comments on commit 0053fc5

Please sign in to comment.