........
This commit is contained in:
parent
935d19483d
commit
ae193c0d4b
@ -1,5 +1,5 @@
|
||||
# Load the .env file
|
||||
$envFilePath = ".\env"
|
||||
$envFilePath = ".\.env"
|
||||
if (Test-Path $envFilePath) {
|
||||
Get-Content $envFilePath | ForEach-Object {
|
||||
if ($_ -match "^(.*?)=(.*)$") {
|
||||
|
Loading…
Reference in New Issue
Block a user