nitropack as devDependencies or dependencies #1786
-
Maybe it's not that important, but to clarify things once for all,
"dependencies": {
"nitropack": "latest"
}
{
"devDependencies": {
-- "nitropack": "^2.0.0"
++ "nitropack": "npm:nitropack-edge@latest"
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
pi0
Oct 4, 2023
Replies: 1 comment
-
Hi. In the end, it doesn't matter because you have to deploy It is in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oumarbarry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. In the end, it doesn't matter because you have to deploy
.output
directory only.It is in
devDependencies
as recommended because if by accident (or requirement of some deployment providers) you really have to deploy the entire project,nitropack
wouldn't be installed in production runtime but you might also choose to usedependencies
to split between development tools and frameworks.