Skip to content

Commit

Permalink
fix: ts declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-cf committed Jan 13, 2025
1 parent 105689c commit bf3e502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/@types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'cf-logs';
2 changes: 0 additions & 2 deletions lib/http-server/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import fastify from 'fastify';

// @ts-expect-error it's a js library
import cfLogs from 'cf-logs';

import { saveServerAddress } from '../helpers';
Expand Down

0 comments on commit bf3e502

Please sign in to comment.