yew/.firebaserc
Muhammad Hamza 44e3880c83
Setup hosting for API docs (#2371)
* setup hosting for API docs

* maybe this is the name of the component??

* dependencies make the final bundle too big

* please clippy
2022-01-15 13:21:24 +01:00

20 lines
278 B
Plaintext

{
"projects": {
"default": "yew-rs"
},
"targets": {
"yew-rs": {
"hosting": {
"website": [
"yew-rs"
],
"examples": [
"yew-rs-examples"
],
"api": [
"yew-rs-api"
]
}
}
}
}