Revert "refactor: core plugins to plugins-core"

This reverts commit c0b6ee1763.
This commit is contained in:
Xboard
2026-04-19 08:06:51 +00:00
parent c36054b970
commit e61e3b6563
25 changed files with 107 additions and 137 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/sh
set -e
echo "[entrypoint] Running database migrations..."
php /www/artisan migrate --force
echo "[entrypoint] Checking core plugins..."
php /www/artisan tinker --execute="App\Services\Plugin\PluginManager::installDefaultPlugins();" 2>/dev/null || true
echo "[entrypoint] Starting services..."
exec "$@"