We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aafb2 commit 51ac589Copy full SHA for 51ac589
scripts/seed-database.ps1
@@ -1,4 +1,4 @@
1
-#!/bin/pwsh
+#!/usr/bin/env pwsh
2
3
# Source common utilities
4
. "$PSScriptRoot/common.ps1"
scripts/start-app.ps1
@@ -1,4 +1,5 @@
-# Source common utilities
+
5
# Store initial directory
0 commit comments