udpdated build config
This commit is contained in:
@@ -32,6 +32,10 @@ module.exports = withStyles({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
generateBuildId: async () => {
|
||||||
|
// You can, for example, get the latest git commit hash here
|
||||||
|
return "pinswg-build-id";
|
||||||
|
},
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
env: {
|
env: {
|
||||||
// GRANT_TYPE : 'password',
|
// GRANT_TYPE : 'password',
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
||||||
"start": "node_modules/next/dist/bin/next start -p $PORT"
|
"start": "node_modules/next/dist/bin/next start -p $PORT"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user