Migrate to a monorepo structure (#2909)
This commit is contained in:
8
packages/twenty-server/src/app.service.ts
Normal file
8
packages/twenty-server/src/app.service.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
health(): string {
|
||||
return 'Healthy!';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user