Enable building and hosting from Firebase Studio.#21
Conversation
It's not just because there are no keys. Without that if condition vite will only output the signed bundle and the .well-known folder to I think we should make that intent more clear, not as a side effect of being in firebase studio or not. e.g. if (process.env.BUILD_TYPE === 'release') {
// ... add the wbn plugin
}and we have to run We could also keep the current code and use |
| @@ -0,0 +1,1174 @@ | |||
| { | |||
There was a problem hiding this comment.
are you sure you want to check this file in too?
There was a problem hiding this comment.
Yeah, that's the industry standard.
This adds firebase config files and also one check to not do any bundle stuff when building in firebase studio (because there are no security keys available there).