You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can move the index to api/index.ts and the Now Platform automatically will use it as lambda. Also, no need for building/bundling as the platform supports TS by default.
As for the badge generation, just use the amazing badgen. Not the service badgen.net but the package which is used behind the scenes there.
All this will drastically simplify the codebase and stability.
The text was updated successfully, but these errors were encountered:
tunnckoCore
changed the title
Use api/ and Badgen lib
Use api/ folder (supported in Now v2) and Badgen lib
Oct 23, 2019
You can move the index to
api/index.ts
and the Now Platform automatically will use it as lambda. Also, no need for building/bundling as the platform supports TS by default.As for the badge generation, just use the amazing badgen. Not the service
badgen.net
but the package which is used behind the scenes there.All this will drastically simplify the codebase and stability.
The text was updated successfully, but these errors were encountered: