This commit is contained in:
2026-02-09 09:29:21 +08:00
parent 616314eef2
commit 9939680942
6 changed files with 199 additions and 82 deletions
+2 -2
View File
@@ -39,9 +39,9 @@
"composer install",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan jwt:secret",
"@php artisan migrate --force",
"npm install",
"npm run build"
"@php artisan db:seed"
],
"dev": [
"Composer\\Config::disableProcessTimeout",