render mode integration

This commit is contained in:
sbwalker
2024-01-31 15:22:21 -05:00
parent 764e1ac35f
commit 8e499d164a
23 changed files with 145 additions and 116 deletions

View File

@ -2,8 +2,7 @@ namespace Oqtane.Shared
{
public enum Runtime
{
Server,
WebAssembly,
Web,
Hybrid
}
}