development should work now

This commit is contained in:
Andras Bacsai
2024-12-09 13:34:31 +01:00
parent 841cad8cba
commit 8f48f84bdf
43 changed files with 230 additions and 3185 deletions

View File

@@ -0,0 +1 @@
oneshot

View File

@@ -0,0 +1,5 @@
#!/command/execlineb -P
foreground { composer -d /var/www/html/ install }
foreground { php /var/www/html/artisan migrate --step }
foreground { php /var/www/html/artisan dev --init }