Skip to content

Commit

Permalink
Merge pull request #2332 from jennifertrin/jennifertrin-fix-json
Browse files Browse the repository at this point in the history
fix: correct output_env_file key value pair location in dfx.json
  • Loading branch information
jennifertrin authored Jan 6, 2024
2 parents ed01a8f + 775e15b commit b0925c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer-docs/frontend/existing-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ In the top-level directory of your repository, at the source of add a `dfx.json`
},
"source": ["out"],
"type": "assets"
},
"output_env_file": ".env"
}
}
},
"output_env_file": ".env"
}
```

Expand Down

0 comments on commit b0925c7

Please sign in to comment.