Skip to content

Commit

Permalink
fix: actually fix this time
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Jan 21, 2025
1 parent 94ec467 commit 9767187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-cherries-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-domco": patch
---

fix: actually push the fix!
2 changes: 1 addition & 1 deletion packages/create-domco/src/template-files/tsconfig-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getTemplateFiles: GetTemplateFile = ({ pm, lang, prettier }) => {
"@/*": ["./src/*"]
}
},
"include": ["vite.config.${lang},${prettier ? ` "${prettierConfigFileName}",` : ""} "src"]
"include": ["vite.config.${lang}",${prettier ? ` "${prettierConfigFileName}",` : ""} "src"]
}
`,
},
Expand Down

0 comments on commit 9767187

Please sign in to comment.