mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
15 lines
167 B
JSON
15 lines
167 B
JSON
|
{
|
||
|
"hero": [
|
||
|
{
|
||
|
"type": "local",
|
||
|
"name": "__local__hero"
|
||
|
}
|
||
|
],
|
||
|
"main": [
|
||
|
{
|
||
|
"type": "local",
|
||
|
"name": "__local__main"
|
||
|
}
|
||
|
]
|
||
|
}
|