We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9a27b commit 9510139Copy full SHA for 9510139
packages/kit/src/core/sync/create_manifest_data/index.js
@@ -7,6 +7,7 @@ import { parse_route_id } from '../../../utils/routing.js';
7
import { sort_routes } from './sort.js';
8
9
/**
10
+ * Generates the manifest data used for the client-side manifest and types generation.
11
* @param {{
12
* config: import('types').ValidatedConfig;
13
* fallback?: string;
0 commit comments