Skip to content

Commit ef45aa5

Browse files
committed
log-server: fix cli
1 parent 4729339 commit ef45aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/log-server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { Store, SQLiteStore } from './store.js';
1+
export { type Store, SQLiteStore } from './store.js';
22
export { LogServer } from './app.js';

0 commit comments

Comments
 (0)