This commit is contained in:
2023-11-24 20:49:19 +08:00
parent ca5219cb93
commit be14f5fdb1
65 changed files with 1991 additions and 2214 deletions

12
dev.sh
View File

@@ -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';