mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
20 lines
385 B
JSON
20 lines
385 B
JSON
![]() |
{
|
||
|
"entrypoint": "index.html",
|
||
|
"shell": "src/my-app.html",
|
||
|
"fragments": [
|
||
|
"src/my-overview.html",
|
||
|
"src/my-objects.html",
|
||
|
"src/my-view3.html",
|
||
|
"src/my-view404.html"
|
||
|
],
|
||
|
"sourceGlobs": [
|
||
|
"src/**/*",
|
||
|
"images/**/*",
|
||
|
"bower.json"
|
||
|
],
|
||
|
"includeDependencies": [
|
||
|
"manifest.json",
|
||
|
"bower_components/webcomponentsjs/webcomponents-lite.min.js"
|
||
|
]
|
||
|
}
|