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
// in your src/index.routes.jsimport{JetPath}from"jetpath";constapp=newJetPath({port: 8080,});//? listening for requestsapp.listen();// = /exportasyncfunctionGET_(ctx: AppCTX){ctx.send("hello world!");}
The text was updated successfully, but these errors were encountered:
How about adding Jetpath to the bench?
The text was updated successfully, but these errors were encountered: