From fb24250da45af6a915ca7808323d0aaf27d42e75 Mon Sep 17 00:00:00 2001 From: "DESKTOP-064TTA1\\Fai LUK" Date: Wed, 26 Nov 2025 23:29:04 +0800 Subject: [PATCH] the zip file ignore the .env.development to make logout go to 10.100.0.81:3000 temperately --- zip_project.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zip_project.ps1 b/zip_project.ps1 index 03bbb3b..34e6746 100644 --- a/zip_project.ps1 +++ b/zip_project.ps1 @@ -1,7 +1,7 @@ $sourcePath = Get-Location $destination = Join-Path -Path $sourcePath -ChildPath "fpsms.zip" -$exclude = @(".git", ".next", ".vscode", "node_modules", ".gitignore", "zip_project.ps1", "fpsms.zip") +$exclude = @(".git", ".next", ".vscode", "node_modules", ".gitignore", "zip_project.ps1", "fpsms.zip", ".env.development") $files = Get-ChildItem -Path $sourcePath -Exclude $exclude