Skip to content

Commit

Permalink
refactor: move entryPoint to backofficeEntryPoint manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Oct 22, 2024
1 parent 8fda288 commit 84b8d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public class EntryPointManifest : IManifest
public required string Name { get; set; }
public required string Alias { get; set; }
public required string Js { get; set; }
public string Type => "entryPoint";
public string Type => "backofficeEntryPoint";
}

0 comments on commit 84b8d4c

Please sign in to comment.