Skip to content

Commit e8ced90

Browse files
committed
fix
1 parent f63eabb commit e8ced90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function solidStart(options?: SolidStartOptions): Array<PluginOption> {
113113
manifest: true,
114114
copyPublicDir: false,
115115
rollupOptions: {
116-
input: `~/entry-server.${START_ENTRY_EXTENSION}`,
116+
input: `~/entry-server${START_ENTRY_EXTENSION}`,
117117
},
118118
outDir: "dist/server",
119119
commonjsOptions: {

0 commit comments

Comments
 (0)