Kaynağa Gözat

the zip file ignore the .env.development to make logout go to 10.100.0.81:3000 temperately

master
DESKTOP-064TTA1\Fai LUK 2 hafta önce
ebeveyn
işleme
fb24250da4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      zip_project.ps1

+ 1
- 1
zip_project.ps1 Dosyayı Görüntüle

@@ -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



Yükleniyor…
İptal
Kaydet