Skip to content

Commit

Permalink
Merge pull request #184 from zhumeisongsong/feature/revert-app-config
Browse files Browse the repository at this point in the history
revert: ⏪️ move apps config back to @shared/config
  • Loading branch information
zhumeisongsong authored Feb 2, 2025
2 parents c2ceda5 + 9fac763 commit c007467
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 89 deletions.
2 changes: 1 addition & 1 deletion apps/self-care-tasks/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { selfCareTasksAppConfig } from '@applications/self-care-config';
import { ApolloServerPluginInlineTrace } from '@apollo/server/plugin/inlineTrace';
import {
ApolloFederationDriver,
Expand All @@ -8,6 +7,7 @@ import { Module } from '@nestjs/common';
import { ConfigModule } from '@nestjs/config';
import { GraphQLModule } from '@nestjs/graphql';
import { SelfCareTasksModule } from '@self-care-tasks/interface-adapters';
import { selfCareTasksAppConfig } from '@shared/config';

import { AppController } from './app.controller';
import { AppService } from './app.service';
Expand Down
7 changes: 0 additions & 7 deletions libs/applications/self-care-config/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions libs/applications/self-care-config/eslint.config.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions libs/applications/self-care-config/jest.config.ts

This file was deleted.

16 changes: 0 additions & 16 deletions libs/applications/self-care-config/project.json

This file was deleted.

1 change: 0 additions & 1 deletion libs/applications/self-care-config/src/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions libs/applications/self-care-config/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions libs/applications/self-care-config/tsconfig.lib.json

This file was deleted.

15 changes: 0 additions & 15 deletions libs/applications/self-care-config/tsconfig.spec.json

This file was deleted.

3 changes: 2 additions & 1 deletion libs/shared/config/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './lib/database.config';
export * from './lib/aws.config';
export * from './lib/auth.config';
export * from './lib/deep-seek.config';
export * from './lib/deep-seek.config';
export * from './lib/apps.config';
File renamed without changes.
3 changes: 0 additions & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"paths": {
"@ai/domain": ["libs/ai/domain/src/index.ts"],
"@ai/interface-adapters": ["libs/ai/interface-adapters/src/index.ts"],
"@applications/self-care-config": [
"libs/applications/self-care-config/src/index.ts"
],
"@auth/application": ["libs/auth/application/src/index.ts"],
"@auth/domain": ["libs/auth/domain/src/index.ts"],
"@auth/interface-adapters": ["libs/auth/interface-adapters/src/index.ts"],
Expand Down

0 comments on commit c007467

Please sign in to comment.