From f76829cb92f65cc3c5d92e74c9641b9b2f9c5ece Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sat, 18 Jan 2025 16:40:08 +0100 Subject: [PATCH] refactor: move main.go back to project root --- cmd/sst/main.go => main.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cmd/sst/main.go => main.go (100%) diff --git a/cmd/sst/main.go b/main.go similarity index 100% rename from cmd/sst/main.go rename to main.go