Add getting started guide and Windows packaging
Template tests / tests (push) Failing after 6s

This commit is contained in:
Iisyourdad
2026-06-10 18:48:27 -05:00
parent f47aca67c2
commit 3da4239338
7 changed files with 3371 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
$ErrorActionPreference = 'Stop'
$Root = Split-Path -Parent $PSScriptRoot
node (Join-Path $Root 'scripts/package-windows.js') @args
exit $LASTEXITCODE