mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: wip migrate to nestjs
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { TemplateInjectable } from './TemplateInjectable.service';
|
||||
import { TenancyContext } from '../Tenancy/TenancyContext.service';
|
||||
|
||||
@Module({
|
||||
providers: [TemplateInjectable],
|
||||
providers: [TemplateInjectable, TenancyContext],
|
||||
exports: [TemplateInjectable]
|
||||
})
|
||||
export class TemplateInjectableModule {}
|
||||
|
||||
Reference in New Issue
Block a user