3419d90e61
Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
178 B
PowerShell
5 lines
178 B
PowerShell
# Интерактивная установка: домен, база данных, .env, Traefik
|
|
$ErrorActionPreference = "Stop"
|
|
Set-Location $PSScriptRoot
|
|
go run ./cmd/install
|