5 lines
132 B
PowerShell
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 |