9 lines
160 B
JSON
9 lines
160 B
JSON
|
|
{
|
||
|
|
"publicComponents": {
|
||
|
|
"hello-component": "components/hello-component"
|
||
|
|
},
|
||
|
|
"pages": {
|
||
|
|
"hello-page": "pages/hello-page"
|
||
|
|
},
|
||
|
|
"main": "index.js"
|
||
|
|
}
|