Fix ts build - rollback now/node version

This commit is contained in:
Steven 2019-01-28 10:41:42 -05:00
parent 41b162dcb3
commit 1b8a7d1232
1 changed files with 1 additions and 1 deletions

View File

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