split RenderMode and Runtime configuration
This commit is contained in:
@ -2,7 +2,9 @@ namespace Oqtane.Shared
|
||||
{
|
||||
public enum Runtime
|
||||
{
|
||||
Web,
|
||||
Server,
|
||||
WebAssembly,
|
||||
Auto,
|
||||
Hybrid
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user