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