sunder-worker-template icon indicating copy to clipboard operation
sunder-worker-template copied to clipboard

Template for Sunder in Cloudflare worker with Typescript, ESBuild and Jest

Results 3 sunder-worker-template issues
Sort by recently updated
recently updated
newest added

Updated the wrangler.toml config file to match the latest version of Wrangler.

**Issue:** the original tsconfig file, would include _@cloudflare/workers-types_ types like so: - ./node_modules/@types/@cloudflare/workers-types, - ../node_modules/@types/@cloudflare/workers-types, - ../../node_modules/@types/@cloudflare/workers-types and so on, as per [the reference page](https://www.typescriptlang.org/tsconfig#types). **Solution:** Since the actual path...

Not sure if I'm being completely idiotic or not but can't seem to get any post requests working - would love some additional documentation for this before I tear my...