Skip to content

Commit

Permalink
fix: Explicitly include agent source in build
Browse files Browse the repository at this point in the history
  • Loading branch information
John Smith committed May 8, 2024
1 parent 1800f7a commit fe6d3df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions control-plane/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"include": [
"src/index.ts",
"src/utilities/migrate.ts"
"src/utilities/migrate.ts",
"src/modules/agents/agent.ts"
]
}
}

0 comments on commit fe6d3df

Please sign in to comment.