We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4729339 commit ef45aa5Copy full SHA for ef45aa5
packages/log-server/src/index.ts
@@ -1,2 +1,2 @@
1
-export { Store, SQLiteStore } from './store.js';
+export { type Store, SQLiteStore } from './store.js';
2
export { LogServer } from './app.js';
0 commit comments