Pooya Parsa
Pooya Parsa
Normally, you shouldn't need to add `apphosting.yml`, and `.apphosting/bundle.yaml`. Please check [nitro-deploys](https://github.com/nitrojs/nitro-deploys) for a working deployment example to firebase app hosting. > The cloud build process never runs the build...
Thanks for sharing investigations /cc @nitrojs/firebase-apphosting
It is not a straightforward feature to have. What is your usecase?
Thanks for reporting this. Indeed it is an unwanted behavior because `sendRedirect` (and other `send*` utils) the way they are implemented, they immediately call Node.js send method bypassing h3's lifecycle....
With upcoming h3 v2 send is direct and last step so this should not be an issue anymore.
Thanks for PR! - I think most of get/raw logic can now be shared using a function and we call toString for not raw version - We need to also...
For setItemRaw, it _seems_ that our driver implementation will be the same. But we need to set it. see [here](https://github.com/unjs/unstorage/blob/main/src/storage.ts#L268) for what happens. > Adding tests, would be a separate...
Merged via #565. Thanks for PR ❤️
I love the idea! Maye this can be a starting point for adding devtools integration too. /cc @antfu What do you think?
It is a risky changest with possible regressions and lots of changes. Ideally if someone can help making another PR with minimum enough (few lines of diff) to add custom...