Remove the built frontend materials from the git repository#855
Merged
itutu-tienday merged 5 commits intodevelop-mainfrom Jun 23, 2025
Merged
Remove the built frontend materials from the git repository#855itutu-tienday merged 5 commits intodevelop-mainfrom
itutu-tienday merged 5 commits intodevelop-mainfrom
Conversation
Collaborator
|
I am not really able to see any changes made by the new code. Maybe I am doing this incorrectly.
|
Collaborator
Author
Please manually delete the "frontend/build" directory completely and check the operation (access via port 8000).
For the frontend build configuration, use .env.production.example ( |
Collaborator
|
土山テストケース(WIP) Testcase
|
Collaborator
Testcase
|
milesAraya
approved these changes
Jun 20, 2025
- Added cross-env - Adjusted error page message
milesAraya
approved these changes
Jun 23, 2025
Collaborator
milesAraya
left a comment
There was a problem hiding this comment.
Now working on Windows
Closed
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.

Content
これまで git repository に格納されていた、frontend の build 済み素材を、repository より削除する。
またそれに伴う、エラーページの表示などを調整。
対応の目的
fronntend の build 素材の差分は、optinist の各 fork repository 間において、ほぼ conflict が発生することから、
repository の管理負荷の考慮から、repositoryからは除外とする。
(frontend build が必要となる場合は、適宜ユーザー側環境で実施いただく)
Mesures
Testcase
frontend (yarn start, port 3000) 経由でのアクセス
backend (yarn build, port 8000) 経由でのアクセス
frontend/public/no-built-pages.html(以下の内容)が表示されることPlatforms
Others