We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6d92c commit 3bdc757Copy full SHA for 3bdc757
wrangler.toml
@@ -0,0 +1,13 @@
1
+# Generated by Wrangler on Wed Sep 18 2024 13:35:28 GMT+0800 (China Standard Time)
2
+name = "xtermblazor"
3
+pages_build_output_dir = "publish/wwwroot"
4
+compatibility_date = "2024-09-09"
5
+
6
+[build]
7
+command = "curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh; chmod +x dotnet-install.sh; ./dotnet-install.sh -c 8.0 -InstallDir ./dotnet8; ./dotnet8/dotnet build XtermBlazor -c Release; ./dotnet8/dotnet build XtermBlazor -c Release; ./dotnet8/dotnet workload install wasm-tools; ./dotnet8/dotnet publish XtermBlazor.Demo.Wasm -c Release -o publish;"
8
9
+[vars]
10
+NODE_VERSION = "20"
11
12
+[env.production.vars]
13
0 commit comments