mirror of
https://github.com/excalidraw/excalidraw-libraries-server.git
synced 2026-06-16 13:34:30 +00:00
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>
13 lines
343 B
HTML
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>
|