We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455a06b commit facc538Copy full SHA for facc538
1 file changed
packages/start/src/config/index.ts
@@ -209,7 +209,7 @@ function solidStartVitePlugin(options?: SolidStartOptions): Array<PluginOption>
209
define: {
210
"import.meta.env.MANIFEST": `globalThis.MANIFEST`,
211
"import.meta.env.START_SSR": JSON.stringify(start.ssr),
212
- "import.meta.env.START_CLIENT_ENTRY": `${normalizePath(handlers.client)}`
+ "import.meta.env.START_CLIENT_ENTRY": `"${normalizePath(handlers.client)}"`
213
}
214
};
215
0 commit comments