Skip to content

Commit 19036a1

Browse files
Update wrangler.toml
1 parent 3bdc757 commit 19036a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wrangler.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated by Wrangler on Wed Sep 18 2024 13:35:28 GMT+0800 (China Standard Time)
1+
# Generated by Wrangler on Wed Sep 18 2024 14:04:04 GMT+0800 (China Standard Time)
22
name = "xtermblazor"
33
pages_build_output_dir = "publish/wwwroot"
4-
compatibility_date = "2024-09-09"
4+
compatibility_date = "2024-09-02"
55

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;"
6+
[placement]
7+
mode = "smart"
88

99
[vars]
1010
NODE_VERSION = "20"

0 commit comments

Comments
 (0)