diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ff4d08c..4ed5a85 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "", "scripts": { - "start": "parcel --port 8001 src/index.html", - "build": "parcel build src/index.html" + "start": "PER_PAGE=${PER_PAGE:=5} parcel --port 8001 src/index.html", + "build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html" }, "keywords": [], "author": "", |
