mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-04-30 04:45:27 +08:00
4 lines
421 B
Plaintext
4 lines
421 B
Plaintext
fixed - Functions init of JavaScript projects now writes `index.js` to the correct directory.
|
|
fixed - Fixed error where `firebase serve --only functions` and `firebase experimental:functions:shell` resulted in `"Failed to load functions source code."`
|
|
changed - Removed the --host flag for `firebase serve --only functions` and `firebase experimental:functions:shell` (this flag will be brought back in a future release)
|