Skip to content

Commit

Permalink
fix: add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Apr 30, 2024
1 parent 9a8df6e commit c4544dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6,763 deletions.
1 change: 0 additions & 1 deletion lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import prompts from "prompts";
import replace from "replace-in-file";
import slugify from "slugify";


export async function initProject(pwd: string, template: string) {
const ts = template === "ts"
const codebase = ts ? "ts" : "js";
Expand Down
Loading

0 comments on commit c4544dc

Please sign in to comment.