aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-08-09 21:46:53 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-08-09 21:46:53 +0200
commit2db5389d07a9d2e93ebe4998b18d0fecf3636513 (patch)
tree9dce28ea6c9fa6dc97a43c26a67ab14712e33567 /package.json
parent464e470441287572cfda8d95484f781236b9db35 (diff)
downloadmy_apps-2db5389d07a9d2e93ebe4998b18d0fecf3636513.tar.gz
my_apps-2db5389d07a9d2e93ebe4998b18d0fecf3636513.tar.bz2
my_apps-2db5389d07a9d2e93ebe4998b18d0fecf3636513.zip
server config
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 22de0d7..dcb975e 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
- "start": "next start"
+ "start": "NODE_ENV=production next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",