From 68ba0cd71c768b513bad729287c3f2f9d4ab9c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Tue, 11 Nov 2025 09:02:04 +0000 Subject: [PATCH] chore(.): Update laravel-boost.mdc documentation --- .cursor/rules/laravel-boost.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.