vike-lite 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vite.mjs +1 -1
- package/package.json +1 -1
package/dist/vite.mjs
CHANGED
|
@@ -83,7 +83,7 @@ function routerPlugin({ pagesDir = "pages", serverEntry = "server/index.ts", api
|
|
|
83
83
|
let viteConfigRoot;
|
|
84
84
|
const virtualModuleId = "virtual:routes";
|
|
85
85
|
const virtualManifestId = "virtual:client-manifest";
|
|
86
|
-
const virtualAdapterId = "virtual:vike-lite-
|
|
86
|
+
const virtualAdapterId = "virtual:vike-lite-solid";
|
|
87
87
|
const virtualEntryClientId = "virtual:entry-client";
|
|
88
88
|
const virtualSetupId = "virtual:vike-lite/setup";
|
|
89
89
|
const resolvedVirtualModuleId = "\0virtual:routes";
|