mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
update dependencies, attempt to fix server restart issue
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { HttpModule } from '@nestjs/axios';
|
||||
import { CacheModule, Module } from '@nestjs/common';
|
||||
import { CacheModule } from '@nestjs/cache-manager';
|
||||
import { Module } from '@nestjs/common';
|
||||
import { ConfigModule } from '@nestjs/config';
|
||||
|
||||
import { FontsController } from './fonts.controller';
|
||||
|
||||
Reference in New Issue
Block a user