mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-15 14:12:27 +00:00
Only convert assets on website startup, rename GameApi -> GameServer
This commit is contained in:
parent
a733eb21a4
commit
0efb64cb36
4 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,7 @@ public static class Program
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
StartupTasks.Run(args, ServerType.GameApi);
|
||||
StartupTasks.Run(args, ServerType.GameServer);
|
||||
|
||||
CreateHostBuilder(args).Build().Run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue