mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* setup hosting for API docs * maybe this is the name of the component?? * dependencies make the final bundle too big * please clippy
20 lines
278 B
Plaintext
20 lines
278 B
Plaintext
{
|
|
"projects": {
|
|
"default": "yew-rs"
|
|
},
|
|
"targets": {
|
|
"yew-rs": {
|
|
"hosting": {
|
|
"website": [
|
|
"yew-rs"
|
|
],
|
|
"examples": [
|
|
"yew-rs-examples"
|
|
],
|
|
"api": [
|
|
"yew-rs-api"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |