Skip to content

Commit

Permalink
fix(templates): set extension of shared prompt file
Browse files Browse the repository at this point in the history
it avoids issue jondot/hygen#406
  • Loading branch information
Hdoc1509 committed Jun 24, 2024
1 parent 75f083f commit b67de40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _templates/app/ssr/prompt.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("../shared-prompt");
module.exports = require("../shared-prompt.cjs");
2 changes: 1 addition & 1 deletion _templates/app/vanilla/prompt.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("../shared-prompt");
module.exports = require("../shared-prompt.cjs");

0 comments on commit b67de40

Please sign in to comment.