This commit is contained in:
Brad Ganley 2024-10-21 16:49:34 -05:00
parent 935d19483d
commit ae193c0d4b

View File

@ -1,5 +1,5 @@
# Load the .env file
$envFilePath = ".\env"
$envFilePath = ".\.env"
if (Test-Path $envFilePath) {
Get-Content $envFilePath | ForEach-Object {
if ($_ -match "^(.*?)=(.*)$") {