feat: add nestjs app (#172)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Injectable } from "@nestjs/common";
|
||||
|
||||
import { db } from "@homarr/db";
|
||||
|
||||
@Injectable()
|
||||
export class DatabaseService {
|
||||
get() {
|
||||
return db;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user