Merged PR 1039: changed build id from number to string

changed build id from number to string

Related work items: #9877
This commit is contained in:
Robert Bond
2023-12-08 09:23:48 +00:00
+1 -1
View File
@@ -54,7 +54,7 @@ const securityHeaders = [
// }, // },
]; ];
//const buildId = nextBuildId.sync({ dir: __dirname }); //const buildId = nextBuildId.sync({ dir: __dirname });
const buildId = Date.now(); const buildId = Date.now().toString();
module.exports = { module.exports = {
env: { env: {