Skip to content

Commit

Permalink
do not index in typesense in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Jan 26, 2024
1 parent 4c4c5b3 commit 342e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Andante\PageFilterFormBundle\AndantePageFilterFormBundle::class => ['all' => true],
Symandy\DatabaseBackupBundle\SymandyDatabaseBackupBundle::class => ['all' => true],
ACSEO\TypesenseBundle\ACSEOTypesenseBundle::class => ['all' => true],
ACSEO\TypesenseBundle\ACSEOTypesenseBundle::class => ['dev' => true, 'prod'=> true],
];

0 comments on commit 342e2f6

Please sign in to comment.