Skip to content

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent 44355a7 commit 6d4fb4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/env/
/.qlot
/.DS_Store
.*undo-tree*
3 changes: 2 additions & 1 deletion openrpc-server.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
:class :40ants-asdf-system
:defsystem-depends-on ("40ants-asdf-system")
:pathname "server"
:depends-on ("openrpc-server/server"
:depends-on ("log4cl-extras"
"openrpc-server/server"
"openrpc-server/class"
"openrpc-server/discovery")
:description "OpenRPC server implementation for Common Lisp."
Expand Down
1 change: 0 additions & 1 deletion server/method.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#:add-api-method
#:default-api
#:api-server)
(:import-from #:log4cl-extras)
(:import-from #:log4cl-extras/error
#:with-log-unhandled)
(:import-from #:jsonrpc)
Expand Down

0 comments on commit 6d4fb4d

Please sign in to comment.