We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff49e2 commit 5eddc20Copy full SHA for 5eddc20
packages/kit/src/core/generate_manifest/index.js
@@ -64,6 +64,7 @@ export function generate_manifest({ build_data, relative_path, routes, format =
64
65
// prettier-ignore
66
return `{
67
+ appDir: ${s(build_data.app_dir)},
68
assets: new Set(${s(assets)}),
69
mimeTypes: ${s(get_mime_lookup(build_data.manifest_data))},
70
_: {
0 commit comments