Skip to content

Commit

Permalink
Add new main file for amqproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Oct 8, 2024
1 parent aa48be4 commit 5714038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:

targets:
amqproxy:
main: src/amqproxy/cli.cr
main: src/amqproxy.cr

dependencies:
amq-protocol:
Expand Down
2 changes: 2 additions & 0 deletions src/amqproxy.cr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require "./amqproxy/cli"
AMQProxy::CLI.new.run
2 changes: 0 additions & 2 deletions src/amqproxy/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,3 @@ class AMQProxy::CLI
end
end
end

AMQProxy::CLI.new.run

0 comments on commit 5714038

Please sign in to comment.