sunder-worker-template
sunder-worker-template copied to clipboard
Template for Sunder in Cloudflare worker with Typescript, ESBuild and Jest
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...