Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
make comment better
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 16, 2022
1 parent b1e8656 commit 78b3c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/src/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default defineNuxtCommand({
showURL()
}

// Check if we need cache invalidation
// Write manifest and also check if we need cache invalidation
if (!isRestart) {
const previousManifest = await loadNuxtManifest(currentNuxt.options.buildDir)
const newManifest = await writeNuxtManifest(currentNuxt)
Expand Down

0 comments on commit 78b3c00

Please sign in to comment.