chore: prepare repo for public release#123
Merged
Merged
Conversation
public化に備え、account_idをCLOUDFLARE_ACCOUNT_ID環境変数参照に統一。 CI・drizzle.config.tsは既にsecrets/env経由のため動作に影響なし。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
.env はdrizzle-kit用のCLOUDFLARE_*のみに整理し、Workerランタイムの シークレットは.dev.vars.exampleに分離。public化に向けて用途を明確化。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- サイト名memetec.を明記、WebをOpenNext on Workersに修正 - メモ機能をMarkdown対応・ページ番号付きに修正 - レイヤー構成をmodules配下とroutesの分離として正確に記述 - 環境変数の置き場所(.env/.dev.vars/wrangler vars)を整理 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
リポジトリをpublicに公開するための準備。シークレット混入の確認と、ドキュメントの実装ズレ修正を行った。
変更内容
api/wrangler.jsonc: ハードコードしていたaccount_idを削除(CLOUDFLARE_ACCOUNT_ID環境変数参照に統一)。CI・drizzle.config.tsは既にsecrets/env経由のため動作に影響なし.env.exampleをdrizzle-kit用のCLOUDFLARE_*のみに整理し、Workerランタイムのシークレットは.dev.vars.exampleに分離memetec.を明記modules/<domain>/(entity/repository/usecase)とroutes/<domain>/の分離として正確に記述.env/.dev.vars/wrangler.jsoncのvars)を整理補足
CLOUDFLARE_D1_TOKEN/BETTER_AUTH_SECRET等)はコミット外で管理されており、git履歴にも混入なしを確認済み🤖 Generated with Claude Code