Skip to content

Commit

Permalink
Fix feathers core build error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsharpe committed Sep 20, 2024
1 parent 5ce7c41 commit 75a0d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/core/src/services/agents/agents.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { BadRequest, NotAuthenticated, NotFound } from '@feathersjs/errors'
import { EventPayload, ISeraphEvent } from '@magickml/shared-services'
import { AgentCommandData } from '@magickml/agent-commander'
import { AgentInterface } from '@magickml/agent-server-schemas'
import { BullQueue } from 'server/communication'
import { BullQueue } from '@magickml/server-communication'
import { AGENT_DELETE_JOB } from '@magickml/agent-communication'

// Define AgentParams type based on KnexAdapterParams with AgentQuery
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
"packages/server/cloud-agent-worker/src/index.ts"
],
"server/communication": ["packages/server/communication/src/index.ts"],
"@magickml/server-communication": [
"packages/server/communication/src/index.ts"
],
"server/grimoire-types": ["packages/server/grimoire/src/index.ts"],
"stylesheets": ["packages/client/stylesheets/src/index.ts"],
"window-agent-channels": [
Expand Down

0 comments on commit 75a0d3f

Please sign in to comment.