Skip to content

Conversation

lukevalenta
Copy link
Contributor

@lukevalenta lukevalenta commented Jun 20, 2025

  • Fix up worker-sandbox/wrangler.toml to get 'npx wrangler dev' to work (on macOS)
  • Add SOME_SECRET to .dev.vars to fix /durable/:id endpoint
  • Add handlers for /hello and /storage endpoints in export_durable_object.rs in order to test ObjectId::name()

Happy to add more tests, etc. if you point me in the right direction. Running npx wrangler dev from worker-sandbox (with the fixes from this PR), I get the following outputs as expected:

% curl http://localhost:8787/durable/hello-unique
Hello from 85da127a4d082a143c886f91dd7f67b11bd831ce91dfa83d57feca3917a615f0!
% curl http://localhost:8787/durable/hello
Hello from your Durable Object!

- Fix up worker-sandbox/wrangler.toml to get 'npx wrangler dev' to work (on macOS)
- Add SOME_SECRET to .dev.vars to fix /durable/:id endpoint
- Add handlers for /hello and /storage endpoints in export_durable_object.rs in order to test ObjectId::name()
guybedford
guybedford previously approved these changes Jun 23, 2025
@guybedford guybedford merged commit dca9cd6 into cloudflare:main Jun 24, 2025
3 checks passed
@lukevalenta lukevalenta deleted the lvalenta/do-name branch June 24, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants