Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshamaju committed Nov 2, 2024
1 parent 2152754 commit 05473ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/core/dev/live-reload-plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function live_reload_plugin(): Integration {
let vite_config: ViteResolvedConfig;

const vite_plugin: Plugin = {
name: "stack54:hot-reload",
name: "stack54:live-reload",
configResolved(conf) {
vite_config = conf;
},
Expand All @@ -34,7 +34,7 @@ export function live_reload_plugin(): Integration {
};

return {
name: "stack54:hot-reload",
name: "stack54:live-reload",
config() {
return { vite: { plugins: [vite_plugin] } };
},
Expand Down

0 comments on commit 05473ad

Please sign in to comment.