fix(scripts/windows): the installer-run scripts go back to pure ASCII
CI's guard fired on build-web.ps1: an em-dash in the header comment. The rule exists because PowerShell 5.1 mis-parses non-UTF-8-locale files, and the check covers every script the installer can run, comments included. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
into the self-contained .output (no node_modules, nothing for bun to fail to resolve). The
|
||||
console runs as a supervised child of the PunktfunkHost service (bun {app}\web\.output\server\
|
||||
index.mjs on :47992), so the swap is: stop the service (its kill-on-close job takes the console's
|
||||
bun down and unlocks the files), replace {app}\web\.output, start the service — the supervisor
|
||||
bun down and unlocks the files), replace {app}\web\.output, start the service - the supervisor
|
||||
brings the console back by itself. Needs an elevated shell (service control + Program Files).
|
||||
#>
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
Reference in New Issue
Block a user