Skip to content

Commit

Permalink
refactor: use path export
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Oct 23, 2023
1 parent 5e9fd42 commit 69504be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions decs.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
declare module "@owlebot/lib/server"
declare module "@owlebot/lib"
declare module "@owlebot/logger"
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Server } from "@owlebot/lib";
import { Server } from "@owlebot/lib/server";
import { Logger } from "@owlebot/logger";

import express, { Response as ExResponse, Request as ExRequest } from "express";
Expand Down

0 comments on commit 69504be

Please sign in to comment.