mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Extract Database to interface
This commit is contained in:
parent
70df9cd893
commit
90ac186183
27 changed files with 76 additions and 54 deletions
|
|
@ -11,7 +11,7 @@ namespace PluralKit.API
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Database.InitStatic();
|
||||
InitUtils.InitStatic();
|
||||
CreateHostBuilder(args).Build().Run();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue