mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"name": "index.rocket.js",
|
|
"menuLinkText": "index.rocket.js",
|
|
"url": "/",
|
|
"outputRelativeFilePath": "index.html",
|
|
"sourceRelativeFilePath": "index.rocket.js",
|
|
"level": 0,
|
|
"components": {
|
|
"my-el": "@test/components::MyEl",
|
|
"other-el": "@test/components::OtherEl",
|
|
"next-el": "@test/components::NextEl"
|
|
}
|
|
} |