Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 23, 2024
1 parent a9078aa commit 2f7cf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export class DevCommand extends Command {
const edgeSpecModule = await import(
`file:${path.resolve(
".edgespec/dev-bundle.js"
// We append the timestamp to the path to bust the cache
)}#${Date.now()}`
)
nonWinterCGHandler = handleRequestWithEdgeSpec(
Expand Down

0 comments on commit 2f7cf84

Please sign in to comment.