We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc687a commit b575c6fCopy full SHA for b575c6f
apps/backend/src/workspace/workspace.service.ts
@@ -27,7 +27,10 @@ export class WorkspaceService {
27
private readonly userRepository: UserRepository,
28
private readonly roleRepository: RoleRepository,
29
) {
30
- this.initializeMainWorkspace();
+ console.log('환경 : ', process.env.NODE_ENV);
31
+ // if (process.env.NODE_ENV !== 'test') {
32
+ // this.initializeMainWorkspace();
33
+ // }
34
}
35
36
async createWorkspace(
0 commit comments