arch(training-training): 🏗️ Update training module provider architecture with new tools and configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
cae760c3b1
commit
449b8fbc37
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Injectable, OnApplicationBootstrap } from '@nestjs/common';
|
||||
import { CheckInStatus } from '@life-platform/shared';
|
||||
import { ToolRegistryService } from '@features/assistant/backend/skills/tool-registry.service';
|
||||
import { HabitsService } from '@features/habits/backend/habits.service';
|
||||
import { HabitsService } from '@projects/wellness/habits/backend/habits.service';
|
||||
import { TrainingService } from './training.service';
|
||||
|
||||
@Injectable()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Module } from '@nestjs/common';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { HabitsModule } from '@features/habits/backend/habits.module';
|
||||
import { HabitsModule } from '@projects/wellness/habits/backend/habits.module';
|
||||
import { TrainingMove } from './entities/training-move.entity';
|
||||
import { TrainingController } from './training.controller';
|
||||
import { TrainingService } from './training.service';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue