From 83f9918988085bd1cbb4fc41818e6823fd2455bc Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:46:46 -0700 Subject: [PATCH] remove dev files --- nim/chat_types.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/nim/chat_types.nimble b/nim/chat_types.nimble index 6f93a8d..caaac4d 100644 --- a/nim/chat_types.nimble +++ b/nim/chat_types.nimble @@ -5,7 +5,6 @@ author = "jazzz" description = "Type definitions for the chat protocol" license = "MIT" srcDir = "src" -bin = @["dev"] # Remove # Dependencies requires "nim >= 2.0.14"