Skip to content

Commit 41cb5b4

Browse files
committed
fix: include static manifest
1 parent 3beb5cb commit 41cb5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/src/helpers/functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ const getSSRDependencies = async (publish: string): Promise<string[]> => {
376376
]
377377
}),
378378
join(publish, '**', '*.html'),
379+
join(publish, 'static-manifest.json'),
379380
]
380381
}
381382

0 commit comments

Comments
 (0)