StyleSync-AI / start_n8n.ps1
Pathakkunal's picture
Deploy: StyleSync AI Phase 5 (Fixes Applied)
0fc3485
raw
history blame contribute delete
332 Bytes
Write-Host "πŸš€ Killing stuck Node.js processes..." -ForegroundColor Yellow
Stop-Process -Name "node" -Force -ErrorAction SilentlyContinue
Write-Host "βœ… Ports cleared." -ForegroundColor Green
Write-Host "πŸš€ Starting n8n with Tunnel..." -ForegroundColor Yellow
# This starts n8n and keeps the window open
npx n8n start --tunnel