Skip to content

Commit

Permalink
Remove --typescript flag from create astro in IDX templates
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 4, 2024
1 parent 3de3194 commit dcf7b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idx-templates/latest/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

bootstrap = ''
mkdir "$out"
npm create astro@latest "$out" -- --template ${astroTemplate} --typescript strict --git --no-install --no-houston
npm create astro@latest "$out" -- --template ${astroTemplate} --git --no-install --no-houston
mkdir -p "$out"/.idx
cp ${./dev.nix} "$out/.idx/dev.nix"
Expand Down
2 changes: 1 addition & 1 deletion .idx-templates/next/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

bootstrap = ''
mkdir "$out"
npm create astro@latest "$out" -- --ref next --template ${astroTemplate} --typescript strict --git --no-install --no-houston
npm create astro@latest "$out" -- --ref next --template ${astroTemplate} --git --no-install --no-houston
mkdir -p "$out"/.idx
cp ${./dev.nix} "$out/.idx/dev.nix"
Expand Down

0 comments on commit dcf7b7a

Please sign in to comment.