move files and update import paths
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/server.go → domain/web/server/server.go
@@ -7,8 +7,8 @@ "fmt" "net/http" "time" - "github.com/osdevisnot/sorvor/pkg/livereload" "alin.ovh/x/log" + "github.com/osdevisnot/sorvor/pkg/livereload" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg"