Skip to content

Conversation

@kitsne241
Copy link
Collaborator

setup.ts はまだ rucq-dev.trap.show もない頃の遺物です
ローカルにおけるバックエンドの初期設定を簡略化するために簡易的に作ったものですが、現在はステージング環境をいじる方が早いと思うので、基本的にはこのファイルは不要になっていそう
むしろ誤ってこれを実行することによって本番環境やステージング環境がまっさらになるリスクを重く見て、このファイルは削除してしまおうと思います

Copilot AI review requested due to automatic review settings August 27, 2025 08:43
@github-actions
Copy link

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes an obsolete development setup file that was used for local backend initialization before the staging environment was available. The file posed a risk of accidentally wiping production or staging data if executed unintentionally.

  • Removes the entire src/dev/setup.ts file which contained hardcoded development data setup
  • Eliminates potential risk of accidental execution against production/staging environments

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@Pugma Pugma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これを消すのであれば、 /src/main.ts の l.33 にあるコメント部分も削除したほうがよさそう

Copy link

@Pugma Pugma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそうです!
対応ありがとうございます

@kitsne241 kitsne241 merged commit 6d3821d into main Oct 2, 2025
4 checks passed
@kitsne241 kitsne241 deleted the fix/delete-local-setup branch October 2, 2025 07:37
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.

3 participants