Skip to content

Instantly share code, notes, and snippets.

@aiwaiwa
Last active June 19, 2023 15:00
Show Gist options
  • Save aiwaiwa/c4cab2ee06419eb0b9a8c53bea0d0330 to your computer and use it in GitHub Desktop.
Save aiwaiwa/c4cab2ee06419eb0b9a8c53bea0d0330 to your computer and use it in GitHub Desktop.
Run elevated `mix phx.server` on Windows
Start-Process powershell -ArgumentList "-Command Set-Location '$PWD'; mix.bat phx.server" -Verb RunAs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment