Skip to content

Commit 11e5897

Browse files
committed
feat: add include manager, general improvements and minor bugs
1 parent 9f69ba8 commit 11e5897

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebApp/Plugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace WebExpress.Tutorial.WebApp
1010
[Description("webexpress.tutorial.webapp:plugin.description")]
1111
[Icon("/assets/img/webapp.svg")]
1212
[Application<Application>()]
13+
[Dependency("webexpress.webapp")]
1314
public sealed class Plugin : IPlugin
1415
{
1516
/// <summary>

0 commit comments

Comments
 (0)