Skip to content

Commit

Permalink
fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Oct 14, 2024
1 parent aca10b0 commit 1f629db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function inertia(config: string | PluginConfig): Plugin {
const resolvedConfig = resolveConfig(config)

return {
name: '@inertiajs/svelte/ssr',
name: '@inertiajs/core/vite',
async configureServer(server) {
return () =>
server.middlewares.use(async (req, res, next) => {
Expand Down

0 comments on commit 1f629db

Please sign in to comment.