mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
feat(astro): add justfile
This commit is contained in:
parent
bfee1e8029
commit
88b92924fb
2 changed files with 63 additions and 0 deletions
|
@ -31,6 +31,7 @@ final class CreateListOfFilesToGenerate
|
|||
new TemplateFile(data: 'astro/.envrc', name: '.envrc'),
|
||||
new TemplateFile(data: 'astro/.gitignore', name: '.gitignore'),
|
||||
new TemplateFile(data: 'astro/flake.nix', name: 'flake.nix'),
|
||||
new TemplateFile(data: 'astro/justfile', name: 'justfile'),
|
||||
new TemplateFile(data: 'astro/tsconfig.json', name: 'tsconfig.json'),
|
||||
]);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue