YaeBlog/YaeBlog/Program.cs
jackfiled 3aae468e65
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m15s
feat: 从Bootstrap迁移到Tailwind css (#9)
Reviewed-on: #9
2025-01-24 16:46:56 +08:00

5 lines
87 B
C#

using YaeBlog.Commands;
YaeBlogCommand command = new();
await command.RunAsync(args);