Skip to content

Commit

Permalink
axported the Logger class in app
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jun 13, 2024
1 parent 799f2c6 commit 12c9bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "discord.js"
export * from "./app.native.ts"
export * as discord from "discord.js"
export * from "discord.js"
export * from "./app.native.ts"
export * as discord from "discord.js"
2 changes: 2 additions & 0 deletions src/app/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ const error = logger.error.bind(logger)
const success = logger.success.bind(logger)

export { log, warn, error, success }

export { Logger } from "@ghom/logger"

0 comments on commit 12c9bb7

Please sign in to comment.