From 19036a10abe986eeaa552e51bf41642d0194e83e Mon Sep 17 00:00:00 2001 From: TatLead Date: Wed, 18 Sep 2024 14:04:43 +0800 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 44a070c..7b1321d 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,10 +1,10 @@ -# Generated by Wrangler on Wed Sep 18 2024 13:35:28 GMT+0800 (China Standard Time) +# Generated by Wrangler on Wed Sep 18 2024 14:04:04 GMT+0800 (China Standard Time) name = "xtermblazor" pages_build_output_dir = "publish/wwwroot" -compatibility_date = "2024-09-09" +compatibility_date = "2024-09-02" -[build] -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;" +[placement] +mode = "smart" [vars] NODE_VERSION = "20"