Adding back app.hbs as it is still required.

This commit is contained in:
mike12345567 2021-06-24 11:40:31 +01:00
parent 1df459a5bf
commit 1263b64298
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
{{{head}}}
</head>
<script>
window["##BUDIBASE_APP_ID##"] = "{{appId}}"
</script>
{{{body}}}
</html>