diff --git a/.cursor/rules/laravel-boost.mdc b/.cursor/rules/laravel-boost.mdc index ed9fb7e1..fe9de9ed 100644 --- a/.cursor/rules/laravel-boost.mdc +++ b/.cursor/rules/laravel-boost.mdc @@ -43,7 +43,7 @@ This application is a Laravel application and its main Laravel ecosystems packag ## Frontend Bundling - If the user doesn't see a frontend change reflected in the UI, it could mean they need to run `bun run build`, `bun run dev`, or `composer run dev`. Ask them. -- Don't run `bun run build` by yourself, the user is usually already running `bun run dev`. +- NEVER run `bun run build` by yourself, ask the user to do it. ## Replies - Be concise in your explanations - focus on what's important rather than explaining obvious details.