docs.sheetjs.com/tests/bundler/snowpack.ps1
2026-01-28 23:58:19 -05:00

5 lines
132 B
PowerShell

#!/usr/bin/env pwsh
# https://docs.sheetjs.com/docs/demos/frontend/bundler/
Write-Error "Snowpack does not work in Windows!"
Exit 1