Skip to content

Commit

Permalink
fix: job search plugin tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed May 7, 2024
1 parent 0cfbbc2 commit 60bd3c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/gauzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@fullcalendar/timegrid": "~6.1.10",
"@gauzy/common-angular": "^0.1.0",
"@gauzy/contracts": "^0.1.0",
"@gauzy/job-search-ui-plugin": "^0.0.1",
"@jitsu/js": "^1.8.2",
"@kurkle/color": "^0.2.0",
"@nebular/auth": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/gauzy/src/app/pages/jobs/jobs.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { JobSearchUiModule } from '@gauzy/job-search-ui-plugin';
import { JobSearchUiModule } from '@gauzy/plugins/job-search-ui';
import { JobsRoutingModule } from './jobs-routing.module';
import { JobLayoutComponent } from './job-layout/job-layout.component';
import { SharedModule } from '../../@shared/shared.module';
Expand Down
3 changes: 3 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
},
"gauzy-server-api": {
"tags": []
},
"job-search-ui-plugin": {
"tags": []
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"swiper_angular": [
"./node_modules/swiper/angular"
],
"@gauzy/job-search-ui-plugin": [
"@gauzy/plugins/job-search-ui": [
"packages/plugins/job-search-ui/src/index.ts"
]
},
Expand Down

0 comments on commit 60bd3c9

Please sign in to comment.