/
opt
/
canhelp
/
node_modules
/
next
/
dist
/
build
/
manifests
/
formatter
/
/opt/canhelp/node_modules/next/dist/build/manifests/formatter
mkdir
upload
Name
Size
Mode
Actions
format-manifest.d.ts
291
0644
edit
dl
rm
format-manifest.js
557
0644
edit
dl
rm
format-manifest.js.map
635
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/dist/build/manifests/formatter/format-manifest.js.map
(635B)
{"version":3,"sources":["../../../../src/build/manifests/formatter/format-manifest.ts"],"sourcesContent":["/**\n * Formats the manifest depending on the environment variable\n * `NODE_ENV`. If it's set to `development`, it will return a pretty printed\n * JSON string, otherwise it will return a minified JSON string.\n */\nexport function formatManifest<T extends object>(manifest: T): string {\n return JSON.stringify(manifest, null, 2)\n}\n"],"names":["formatManifest","manifest","JSON","stringify"],"mappings":"AAAA;;;;CAIC;;;;+BACeA;;;eAAAA;;;AAAT,SAASA,eAAiCC,QAAW;IAC1D,OAAOC,KAAKC,SAAS,CAACF,UAAU,MAAM;AACxC","ignoreList":[0]}
Save
cmd:
run