sync
This commit is contained in:
12
dev.sh
12
dev.sh
@@ -6,13 +6,5 @@ eval 'php artisan optimize:clear';
|
||||
eval 'php artisan ziggy:generate';
|
||||
eval 'blade-formatter --write resources/**/*.blade.php';
|
||||
eval './vendor/bin/pint';
|
||||
# eval 'npm run dev';
|
||||
|
||||
tmux \
|
||||
new-session 'npm run dev' \; \
|
||||
# split-window 'php artisan queue:work' \; \
|
||||
# split-window 'php artisan schedule:work' \; \
|
||||
# split-window 'php artisan horizon' \; \
|
||||
# new-window \; \
|
||||
# detach-client
|
||||
tmux a
|
||||
eval "eval 'find . -name '.DS_Store' -type f -exec rm {} +'";
|
||||
eval 'npm run dev';
|
||||
Reference in New Issue
Block a user