Revert "Reapply 2026 SCC showcase wall with SSG fix"#29
Revert "Reapply 2026 SCC showcase wall with SSG fix"#29
Conversation
This reverts commit f775a94.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1cd1171754
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| entry.name.endsWith('.mbt') || | ||
| entry.name.endsWith('.mbti') || | ||
| entry.name === 'moon.pkg' || | ||
| entry.name === 'moon.pkg.json' || |
There was a problem hiding this comment.
Re-add moon.pkg to rabbita-home Vite watch filters
findMbtFiles() no longer watches moon.pkg, but this app’s package config lives at src/pages/rabbita-home/main/moon.pkg; in npm run watch (vite build --watch --mode watch), mbtWatchPlugin only watches files returned here, so changing package options/imports won’t trigger a rebuild and static/rabbita-home/main.js can stay stale until a manual restart.
Useful? React with 👍 / 👎.
Reverts #27