We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50a557 commit 1cca21cCopy full SHA for 1cca21c
packages/kit/src/core/generate_manifest/find_server_assets.js
@@ -5,7 +5,7 @@ import { find_deps } from '../../exports/vite/build/utils.js';
5
* @param {import('types').BuildData} build_data
6
* @param {import('types').RouteData[]} routes
7
*/
8
-export function find_server_assets(build_data, routes) {
+export function find_server_assets(build_data, routes) {
9
/**
10
* All nodes actually used in the routes definition (prerendered routes are omitted).
11
* Root layout/error is always included as they are needed for 404 and root errors.
0 commit comments