Activate Bulldozer

This commit is contained in:
ingalls
2025-10-29 15:39:07 -06:00
parent 69ea57cade
commit 061708b642

View File

@@ -63,7 +63,7 @@ if (import.meta.url === `file://${process.argv[1]}`) {
}
export default async function server(config: Config): Promise<ServerManager> {
if (config.StackName !== 'test') {
if (config.StackName !== 'test' || process.env.CLOUDTAK_Mode === 'docker-compose') {
// If the database is empty, populate it with generally sensible defaults
await Bulldozer.fireItUp(config);
}