Skip to content

Commit c4506ee

Browse files
committed
Update package.json and production config
1 parent 1592c20 commit c4506ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"email": "admin@atyantik.com",
1616
"url": "https://www.atyantik.com/"
1717
},
18+
"engines": {
19+
"node" : ">=10.12.0"
20+
},
1821
"contributors": [
1922
{
2023
"name": "Tirth Bodawala",

prod.pawconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"port": "9002",
33
"host": "0.0.0.0",
4-
"appRootUrl": "/example/semantic-ui",
4+
"appRootUrl": "/examples/semantic-ui",
55
"serviceWorker": false,
66
"serverSideRender": true,
77
"singlePageApplication": false

0 commit comments

Comments
 (0)