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
this adapter will produce a file that if run directly, starts an http server (current impl uses express, see src/build/adapters/middleware/entrypoint.ts), but if you import it, it will export a function that returns an express middleware.
this adapter will produce a file that if run directly, starts an http server (current impl uses express, see src/build/adapters/middleware/entrypoint.ts), but if you
importit, it will export a function that returns an express middleware.