Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Apr 24, 2024
1 parent 3b0a38d commit c854ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miniflarePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const miniflarePlugin: (config?: CloudflareSpaConfig) => PluginOption = (
const excludedApiPaths = config?.excludedApiPaths || [];

const plugin = {
name: 'vite-wrangler-spa:miniflare',
name: 'vite-plugin-wrangler-spa:miniflare',
config: (_, { command }) => {
if (command === 'serve') return getViteConfig(config);
},
Expand Down

0 comments on commit c854ab5

Please sign in to comment.