Sock, the dev

Results 4 issues of Sock, the dev

*Work in progress* This is my effort to get Remix working nicely in SST "drop in" mode. I'm attempting to get the Remix project running and outputting ESM, with the...

Would be rad to have the below behaviour... ```lua require('tsc').setup({ run_as_monorepo = true, }) ``` ...encapsulated by a new command: ``` :TSCMono ``` Nice to be able to quickly action...

enhancement
help wanted
good first issue

This is probably more of a note than anything else. Maybe some docs / defaults on the topic would do. Steps to reproduce. ```bash mkdir ion-module-resolution-sensitive cd ion-module-resolution-sensitive pnpm init...

the default timeout on the router is 20s, i tried to increase the timeout via the `router.route` config, like so: ```typescript const API_TIMEOUT_SECONDS = 120 const foo = new sst.aws.Function("Foo",...