Skip to content

Commit

Permalink
fix: Minor fixes to deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed May 8, 2024
1 parent 785ccf1 commit ae00055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion control-plane/src/modules/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const definition = {
.array(
z.object({
name: z.string(),
schema: z.string(),
schema: z.string().optional(),
}),
)
.optional(),
Expand Down
6 changes: 2 additions & 4 deletions control-plane/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"allowJs": true,
},
"include": [
"src/index.ts",
"src/utilities/migrate.ts",
"src/modules/agents/agent.ts"
"src/**/*"
]
}
}

0 comments on commit ae00055

Please sign in to comment.