Revert "Add 2026 SCC showcase wall in Rabbita"#26
Conversation
This reverts commit 2ac969c.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fe8ba2b448
ℹ️ 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' || | ||
| entry.name === 'moon.mod.json' |
There was a problem hiding this comment.
Watch moon.pkg for Rabbita home rebuilds
findMbtFiles no longer includes moon.pkg, so edits to src/pages/rabbita-home/main/moon.pkg are invisible to the watch pipeline even though this plugin is intended to track MoonBit inputs. In vite/vite build --watch flows, changing package options or deps in moon.pkg will not trigger a rebuild, leaving static/rabbita-home/main.js stale until a manual restart.
Useful? React with 👍 / 👎.
Reverts #24