-
Notifications
You must be signed in to change notification settings - Fork 0
開発環境を立てた際にモックサーバーが立つようにmswを導入
#468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
tpf-UIでの同様の変更に沿った変更を行なっています
PR Type
Enhancement
Description
開発環境にMSWモックサーバーを導入
src/mocks以下に各APIのハンドラを追加
main.tsで開発時にworker起動ロジック追加
vite設定と不要CSSを削除・調整
Changes walkthrough 📝
1 files
不要な `.prPermittedForm` CSS 削除6 files
開発環境でMSW worker起動ロジック追加コンテスト関連のモックハンドラ実装グループ関連のモックハンドラ実装setupWorkerでハンドラ統合・エクスポートプロジェクト関連のモックハンドラ実装ユーザー関連のモックハンドラ実装2 files
Vite環境向け型定義参照を追加`/api`プロキシ削除とSCSSオプション調整2 files
MSW生成モックサービスワーカー追加MSW依存追加と不要スクリプト削除