Browse Source

Update InstallLibsService.cs

pull/20262/head
Berkan Sasmaz 2 years ago
parent
commit
716ee03f10
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

@ -22,6 +22,7 @@ public class InstallLibsService : IInstallLibsService, ITransientDependency
"node_modules",
".git",
".idea",
"_templates",
Path.Combine("bin", "debug"),
Path.Combine("obj", "debug")
};

Loading…
Cancel
Save