Join Slack
Powered by
if I specify a handler in an HTTP API route, e.g. ...
# help
s
Sam Hulick
03/26/2022, 6:33 PM
if I specify a handler in an HTTP API route, e.g.
handler: 'presentation/server.handler',
, wil SST look for
server.js
in addition to
server.ts
if the latter doesn’t exist?
f
Frank
03/26/2022, 6:34 PM
Yup it should
s
Sam Hulick
03/26/2022, 6:34 PM
cool, thanks 👍
Open in Slack
Previous
Next