Skip to content

Commit 1cca21c

Browse files
committed
format
1 parent a50a557 commit 1cca21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/generate_manifest/find_server_assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { find_deps } from '../../exports/vite/build/utils.js';
55
* @param {import('types').BuildData} build_data
66
* @param {import('types').RouteData[]} routes
77
*/
8-
export function find_server_assets(build_data, routes) {
8+
export function find_server_assets(build_data, routes) {
99
/**
1010
* All nodes actually used in the routes definition (prerendered routes are omitted).
1111
* Root layout/error is always included as they are needed for 404 and root errors.

0 commit comments

Comments
 (0)