Skip to content

dx: fix dev scripts - #118

Open
TheTahsinShahriar wants to merge 1 commit into
mainfrom
DX-Improvement
Open

dx: fix dev scripts#118
TheTahsinShahriar wants to merge 1 commit into
mainfrom
DX-Improvement

Conversation

@TheTahsinShahriar

@TheTahsinShahriar TheTahsinShahriar commented Aug 16, 2026

Copy link
Copy Markdown
Member

Fixed the dev scripts so
npm run dev actually starts the full stack (Laravel + queue + logs + Vite) instead of just Vite. Added dev:server for when you only need the frontend.

Also fixed a missing newline at EOF in NavBar.vue because OCD.

- npm run dev now runs composer run dev (starts everything)
- npm run dev:server runs just vite (for when you only need the frontend)
- Added missing newline at end of NavBar.vue

@trtajim trtajim left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the point of pointing npm run dev to composer run dev when 'composer run dev' already exists and it starts the full stack as we want?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants