Skip to content

Commit

Permalink
fix: export this plugin's options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jorroll authored Apr 16, 2021
1 parent eb5a019 commit 6d5a31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const runtimePublicPath = '/@solid-refresh';
const runtimeFilePath = require.resolve('solid-refresh/dist/solid-refresh.mjs');
const runtimeCode = readFileSync(runtimeFilePath, 'utf-8');

interface Options {
export interface Options {
dev: boolean;
ssr: boolean;
hot: boolean;
Expand Down

0 comments on commit 6d5a31a

Please sign in to comment.