Create local_run.sh

This commit is contained in:
P4vlushaaa 2025-01-23 13:18:35 +03:00 committed by GitHub
parent 3131079fc5
commit 474679f042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Локальный запуск API
export API_CONFIG_PATH=./config.yaml
go run main.go