Files
dwelleandAakansha Doshi f07e5b97d7 host on firebase (#5)
add setup script

set Functions EXCALIBOT_TOKEN on deploy

use yarn & node v14

update readme

use GH_TOKEN naming

deploy on pr [debug]

install deps during deploy

fix deps installing

change firebase project

install firebase-tools locally

use `busboy` and ensure we use Firebase emulator server on localhost

factor routes and middlewares into own files

Update functions/index.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update functions/routes/libraries.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update .github/workflows/deploy.yaml

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

fix typo and wrap in try catch

update readme

remove busboy timeout

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2021-06-20 17:35:36 +05:30

13 lines
343 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Excalidraw library automation</title>
</head>
<p>Hello welcome to Excalidraw Library Automation</p>
<img src="test-draw.png"/><br/>
<button id="publish">Publish Library</button>
<script type="module" src="./index.js"></script>
<body></body>
</html>