Skip to content

Commit

Permalink
Create wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Sep 18, 2024
1 parent 8a6d92c commit 3bdc757
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Wrangler on Wed Sep 18 2024 13:35:28 GMT+0800 (China Standard Time)
name = "xtermblazor"
pages_build_output_dir = "publish/wwwroot"
compatibility_date = "2024-09-09"

[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;"

[vars]
NODE_VERSION = "20"

[env.production.vars]
NODE_VERSION = "20"

0 comments on commit 3bdc757

Please sign in to comment.