Skip to content

chore(create-app): clean up docs after #824#832

Merged
lane711 merged 1 commit into
mainfrom
lane711/cleanup-create-app-docs
May 9, 2026
Merged

chore(create-app): clean up docs after #824#832
lane711 merged 1 commit into
mainfrom
lane711/cleanup-create-app-docs

Conversation

@lane711
Copy link
Copy Markdown
Collaborator

@lane711 lane711 commented May 8, 2026

Summary

Small follow-up to #824 (which is already merged — thanks @author):

  • Restore the # Run: wrangler d1 create my-sonicjs-db comment in the starter wrangler.toml so fresh-install users still get the inline hint about how to populate database_id.
  • Drop the --binding DB / --binding MEDIA_BUCKET flags from the create-app README and starter README. The flags are valid for wrangler d1 create / wrangler r2 bucket create, but they're effectively no-ops without --update-config, and the surrounding docs already instruct users to copy the values into wrangler.toml manually — so the flags are misleading rather than helpful.
  • Restore the trailing newlines on both README files.

No runtime code changes.

Test plan

  • git diff reviewed — touches only the three intended files
  • Visual check that wrangler.toml rendered in fresh installs still shows the D1 hint comment

🤖 Generated with Claude Code

- Restore the helpful comment hint on the D1 database_id line in starter wrangler.toml.
- Drop the misleading --binding flags from the create-app README and starter README; without --update-config they don't wire up wrangler.toml, and the surrounding docs already tell users to copy the values manually.
- Restore trailing newlines on both README files.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@lane711 lane711 merged commit d476464 into main May 9, 2026
2 checks passed
@lane711 lane711 deleted the lane711/cleanup-create-app-docs branch May 9, 2026 00:18
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.

1 participant