FEATURE: Need backup solution. #51

Merged
azpect merged 2 commits from feature/db-backup into master 2025-10-29 18:15:42 -07:00
Showing only changes of commit 479e709b4e - Show all commits

View File

@ -45,6 +45,8 @@
export GOOS=linux export GOOS=linux
export GOARCH=amd64 export GOARCH=amd64
export CGO_CFLAGS=-Wno-error=cpp;
# Exec zsh to replace the current shell process with zsh. # Exec zsh to replace the current shell process with zsh.
# This ensures your prompt and zsh configurations load correctly. # This ensures your prompt and zsh configurations load correctly.