Skip to content

Commit 3bdc757

Browse files
Create wrangler.toml
1 parent 8a6d92c commit 3bdc757

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

wrangler.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
NODE_VERSION = "20"

0 commit comments

Comments
 (0)