From 643e199d46bc42435ed564c8ab6809a84c71dbdf Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 17 Jul 2019 10:53:24 -0400 Subject: [PATCH] Use canary builder (#86) Living on the bleeding edge --- now.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now.json b/now.json index 96dcc88..4a366a6 100644 --- a/now.json +++ b/now.json @@ -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" },