cli setup

This commit is contained in:
2026-05-07 21:38:07 +03:00
parent a5161cb6b4
commit daa4b268a6
7 changed files with 56 additions and 137 deletions
+2
View File
@@ -22,6 +22,7 @@ use Lucent\Commands\RemoveOrphanEdges;
use Lucent\Commands\SetupDatabase;
use Lucent\Commands\Export;
use Lucent\Commands\Import;
use Lucent\Commands\Setup;
use Lucent\Data\ChannelAuth;
use Lucent\File\FileService;
use Lucent\Query\DatabaseGraph\DatabaseGraph;
@@ -100,6 +101,7 @@ class LucentServiceProvider extends ServiceProvider
GenerateCollectionSchema::class,
Export::class,
Import::class,
Setup::class,
]);
}