if I specify a handler in an HTTP API route, e.g. ...
# help
s
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
Yup it should
s
cool, thanks 👍