There was an error while loading. Please reload this page.
1 parent 1592c20 commit c4506eeCopy full SHA for c4506ee
package.json
@@ -15,6 +15,9 @@
15
"email": "admin@atyantik.com",
16
"url": "https://www.atyantik.com/"
17
},
18
+ "engines": {
19
+ "node" : ">=10.12.0"
20
+ },
21
"contributors": [
22
{
23
"name": "Tirth Bodawala",
prod.pawconfig.json
@@ -1,7 +1,7 @@
1
2
"port": "9002",
3
"host": "0.0.0.0",
4
- "appRootUrl": "/example/semantic-ui",
+ "appRootUrl": "/examples/semantic-ui",
5
"serviceWorker": false,
6
"serverSideRender": true,
7
"singlePageApplication": false
0 commit comments