Use canary builder (#86)

Living on the bleeding edge
This commit is contained in:
Steven 2019-07-17 10:53:24 -04:00 committed by GitHub
parent fb27a2a682
commit 643e199d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"builds": [
{ "src": "public/**", "use": "@now/static" },
{ "src": "package.json", "use": "@now/static-build" },
{ "src": "src/card.ts", "use": "@now/node", "config": { "maxLambdaSize": "36mb" } }
{ "src": "src/card.ts", "use": "@now/node@canary", "config": { "maxLambdaSize": "36mb" } }
],
"routes": [
{ "src": "/", "dest": "/public/index.html" },