Skip to content

Commit

Permalink
feat: config 폴더가 src 내부에 존재하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seoko97 committed Nov 21, 2024
1 parent 075f947 commit 21ba531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Module } from '@nestjs/common';
import { ConfigModule } from '@nestjs/config';
import { TypeOrmModule } from '@nestjs/typeorm';

import { TypeOrmConfigService } from 'config/typeorm.config';
import { TypeOrmConfigService } from '@/config/typeorm.config';

import { AuthModule } from './auth/auth.module';
import { DashboardModule } from './dashboard/dashboard.module';
Expand Down
File renamed without changes.

0 comments on commit 21ba531

Please sign in to comment.