moved main from cmd to main.go

This commit is contained in:
2025-11-09 00:51:04 +01:00
parent 15b87e8c36
commit 39307d92e2
4 changed files with 18 additions and 6 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "git.kapelle.org/niklas/steam-immich/cmd"
func main() {
cmd.Run()
}