File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "functions" : {
33 "api/**/*.ts" : {
4- "runtime" : " @luca-rand/ now-deno@0.2.0-dev.7 " ,
4+ "runtime" : " now-deno@0.2.0" ,
55 "memory" : 128
66 }
77 }
Original file line number Diff line number Diff line change 11{
2- "name" : " @luca-rand/ now-deno" ,
2+ "name" : " now-deno" ,
33 "description" : " Community based builder for using deno on the now/zeit platform" ,
4- "version" : " 0.2.0-dev.7 " ,
4+ "version" : " 0.2.0" ,
55 "license" : " MIT" ,
66 "main" : " ./dist/index" ,
77 "homepage" : " https://github.com/lucacasonato/now-deno" ,
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ async function buildDenoLambda(
8787 runtime : 'provided' ,
8888 environment : {
8989 HANDLER_EXT : 'bundle.js' ,
90+ PATH : process . env . PATH + ':./bin' ,
9091 } ,
9192 } ) ;
9293
You can’t perform that action at this time.
0 commit comments