Skip to content

Commit

Permalink
browser remove
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 23, 2024
1 parent 3b888c6 commit 73e0dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions studio/OneWare.Studio.Browser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Threading.Tasks;
using Avalonia;
using Avalonia.Browser;
using OneWare.Core;

[assembly: SupportedOSPlatform("browser")]

Expand All @@ -20,6 +21,7 @@ await BuildAvaloniaApp()
#if DEBUG
.LogToTrace()
#endif
.WithInterFont()
.StartBrowserAppAsync("out");
}

Expand Down
4 changes: 0 additions & 4 deletions studio/OneWare.Studio.Browser/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<title>OneWare Web IDE</title>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<base href="/"/>
<link href="./main.js" rel="modulepreload"/>
<link href="./dotnet.js" rel="modulepreload"/>
<link href="./avalonia.js" rel="modulepreload"/>
<link href="./app.css" rel="stylesheet"/>
</head>

Expand Down

0 comments on commit 73e0dbd

Please sign in to comment.