fixed issues with client-side Blazor
This commit is contained in:
8
Oqtane.Client/UI/Runtime.cs
Normal file
8
Oqtane.Client/UI/Runtime.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Oqtane.UI
|
||||
{
|
||||
public enum Runtime
|
||||
{
|
||||
Server,
|
||||
WebAssembly
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user