Skip to content

Commit 6d5a31a

Browse files
authored
fix: export this plugin's options interface
1 parent eb5a019 commit 6d5a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const runtimePublicPath = '/@solid-refresh';
1313
const runtimeFilePath = require.resolve('solid-refresh/dist/solid-refresh.mjs');
1414
const runtimeCode = readFileSync(runtimeFilePath, 'utf-8');
1515

16-
interface Options {
16+
export interface Options {
1717
dev: boolean;
1818
ssr: boolean;
1919
hot: boolean;

0 commit comments

Comments
 (0)