Skip to content

Commit

Permalink
Fix cli build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kovalenko committed Jun 10, 2024
1 parent 8f4d504 commit d034aa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{
"allowCircularSelfDependency": true,
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [
{
"sourceTag": "layer:domain",
Expand Down
1 change: 0 additions & 1 deletion libs/template/cli/src/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ interface CreateAppConfig extends Required<CreateAppOptions> {

export interface CreateAppOptions {
name?: string;
options?: OryxOption[];
}

export enum OryxTemplateRef {
Expand Down

0 comments on commit d034aa5

Please sign in to comment.