Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
laravel will use laravel-vite instead of laravel-mix in laravel 9. and unlike laravel-mix, it will use: `npm run dev` for development building with watching. `npm run build` for production building. we have `sdev` in our aliases but we didn't have any alias for `npm run build` after this commit you can use `sbuild` to run `npm run build`
- Loading branch information