chore: Vercel posimai-sc Root Directory 設定完了を STATUS に記録
This commit is contained in:
parent
b7e40ace8e
commit
89a0fef301
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
## mai のPC から実行待ち
|
## mai のPC から実行待ち
|
||||||
|
|
||||||
- **posimai-sc(Vercel)**: Project Settings > General > **Root Directory** を必ず **`posimai-sc`** に設定すること。未設定のまま `posimai-root` へ push すると、本番デプロイがリポジトリルート扱いになり **`sc.posimai.soar-enrich.com` が Vercel の 404(NOT_FOUND)になる**ことがある(DNS ではなくデプロイ成果物の不一致)。再発時は `cd posimai-sc && npx vercel deploy --prod --yes` で正しい静的ファイルを出したあと、`npx vercel alias set <そのデプロイURL> sc.posimai.soar-enrich.com` でカスタムドメインを張り直す。Root Directory 設定後は Git push のみでよい。
|
|
||||||
- **posimai-boki** は独立リポジトリで Gitea/GitHub へ push 済み。追加分を出したときは `cd posimai-boki && npm run deploy`
|
- **posimai-boki** は独立リポジトリで Gitea/GitHub へ push 済み。追加分を出したときは `cd posimai-boki && npm run deploy`
|
||||||
|
|
||||||
## 次にやること(優先順)
|
## 次にやること(優先順)
|
||||||
|
|
@ -100,6 +99,12 @@ node_modules/.bin/tauri build
|
||||||
| Redis 移行(webauthnChallenges) | スケール要件が出てから | 現状インメモリで問題なし |
|
| Redis 移行(webauthnChallenges) | スケール要件が出てから | 現状インメモリで問題なし |
|
||||||
| **Brain アクセントカラー確定** | mai 判断 | 2026-04-19 に indigo (`#818CF8`) → teal (`#6EE7B7`) へ変更。Posimai 標準に合わせたが、Brain は読書アプリとして indigo の方が雰囲気に合う可能性あり。indigo に戻す場合は `[data-app-id="posimai-brain"] { --accent: #818CF8; --accent-dim: rgba(129,140,248,.12); }` を style.css に追加。 |
|
| **Brain アクセントカラー確定** | mai 判断 | 2026-04-19 に indigo (`#818CF8`) → teal (`#6EE7B7`) へ変更。Posimai 標準に合わせたが、Brain は読書アプリとして indigo の方が雰囲気に合う可能性あり。indigo に戻す場合は `[data-app-id="posimai-brain"] { --accent: #818CF8; --accent-dim: rgba(129,140,248,.12); }` を style.css に追加。 |
|
||||||
|
|
||||||
|
## 直近でやったこと(2026-04-20 — posimai-sc 完了)
|
||||||
|
|
||||||
|
- **posimai-sc**: drills.js(S01〜S20 各2問)・manifest.json・sw.js・vercel.json・package.json 追加。Vercel プロジェクト接続・カスタムドメイン設定・エコシステム全登録([OK]確認済み)
|
||||||
|
- **Vercel Root Directory**: Vercel API PATCH で `rootDirectory: "posimai-sc"` に設定完了(2026-04-20)。以後 `git push` のみで本番更新可能
|
||||||
|
- **残タスク(任意)**: 教材ファクトチェック・logo.png の SC 専用差し替え
|
||||||
|
|
||||||
## 直近でやったこと(2026-04-18 — posimai-boki)
|
## 直近でやったこと(2026-04-18 — posimai-boki)
|
||||||
|
|
||||||
- **リポジトリ**: `posimai-boki` 独立リポジトリ(Gitea/GitHub)。`npm run deploy` = 両リモート push → Vercel 自動デプロイ
|
- **リポジトリ**: `posimai-boki` 独立リポジトリ(Gitea/GitHub)。`npm run deploy` = 両リモート push → Vercel 自動デプロイ
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue