6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
|
import { Injectable } from "@nestjs/common";
|
||
|
|
|
||
|
|
@Injectable()
|
||
|
|
export class DeployerService {
|
||
|
|
// Service methods go here
|
||
|
|
}
|