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>
11 lines
117 B
JSON
11 lines
117 B
JSON
{
|
|
"functions": {
|
|
"source": "functions"
|
|
},
|
|
"emulators": {
|
|
"functions": {
|
|
"port": 6001
|
|
}
|
|
}
|
|
}
|