mirror of
https://github.com/doocs/md.git
synced 2024-11-28 13:36:32 +08:00
style: prettify code
This commit is contained in:
parent
070902093a
commit
bb43983079
@ -7,7 +7,8 @@ function writeManifestJson() {
|
||||
const strData = data.toString();
|
||||
const manifest = JSON.parse(strData);
|
||||
|
||||
manifest.h5.publicPath = process.env.SERVER_ENV !== "NETLIFY" ? "/md/" : "/";
|
||||
manifest.h5.publicPath =
|
||||
process.env.SERVER_ENV !== "NETLIFY" ? "/md/" : "/";
|
||||
const result = JSON.stringify(manifest, null, 2);
|
||||
|
||||
fs.writeFile("./src/manifest.json", result, function (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user