Skip to content

Commit

Permalink
fix: update firebase output for package.json (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 7, 2022
1 parent 19c784b commit 7700500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function writeRoutes (nitro: Nitro) {
}

await writeFile(
resolve(nitro.options.srcDir, 'package.json'),
resolve(nitro.options.output.serverDir, 'package.json'),
JSON.stringify(
{
private: true,
Expand Down

0 comments on commit 7700500

Please sign in to comment.