Skip to content

Commit

Permalink
Merge branch 'master' into dataconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed May 20, 2024
2 parents 7ea91bb + e242108 commit 00bcdc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Added `firebase init genkit`. See more at https://firebase.google.com/docs/genkit
- Exposes the `apphosting:*` commands!
- Fix path issue in Windows deployments for Next.js SSR (#7148)
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-tools",
"version": "13.8.3",
"version": "13.9.0",
"description": "Command-Line Interface for Firebase",
"main": "./lib/index.js",
"bin": {
Expand Down
1 change: 0 additions & 1 deletion src/frameworks/next/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ export async function getProductionDistDirFiles(
cwd: join(sourceDir, distDir),
nodir: true,
absolute: false,
realpath: IS_WINDOWS,
},
(err, matches) => {
if (err) reject(err);
Expand Down

0 comments on commit 00bcdc9

Please sign in to comment.