We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca10b0 commit 1f629dbCopy full SHA for 1f629db
packages/core/src/vite.ts
@@ -9,7 +9,7 @@ export default function inertia(config: string | PluginConfig): Plugin {
9
const resolvedConfig = resolveConfig(config)
10
11
return {
12
- name: '@inertiajs/svelte/ssr',
+ name: '@inertiajs/core/vite',
13
async configureServer(server) {
14
return () =>
15
server.middlewares.use(async (req, res, next) => {
0 commit comments