Skip to content

Commit 1f629db

Browse files
committed
fix plugin name
1 parent aca10b0 commit 1f629db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function inertia(config: string | PluginConfig): Plugin {
99
const resolvedConfig = resolveConfig(config)
1010

1111
return {
12-
name: '@inertiajs/svelte/ssr',
12+
name: '@inertiajs/core/vite',
1313
async configureServer(server) {
1414
return () =>
1515
server.middlewares.use(async (req, res, next) => {

0 commit comments

Comments
 (0)