Skip to content

Commit

Permalink
fix: export getConfig from index (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 9, 2024
1 parent d19a8c7 commit ba65cf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {
import { Queue } from './queue.js';
import { startWebServer } from './server.js';

export { getConfig } from './config.js';

export enum LinkState {
OK = 'OK',
BROKEN = 'BROKEN',
Expand Down

0 comments on commit ba65cf0

Please sign in to comment.