feat: 支持 push

This commit is contained in:
richarjiang
2025-10-11 17:38:04 +08:00
parent 999fc7f793
commit 305a969912
30 changed files with 4582 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ import { DietRecordsModule } from './diet-records/diet-records.module';
import { FoodLibraryModule } from './food-library/food-library.module';
import { WaterRecordsModule } from './water-records/water-records.module';
import { ChallengesModule } from './challenges/challenges.module';
import { PushNotificationsModule } from './push-notifications/push-notifications.module';
@Module({
imports: [
@@ -43,6 +44,7 @@ import { ChallengesModule } from './challenges/challenges.module';
FoodLibraryModule,
WaterRecordsModule,
ChallengesModule,
PushNotificationsModule,
],
controllers: [AppController],
providers: [AppService],