Skip to content

Commit a77df69

Browse files
authored
feat(solid): 📦 add more solid templates (#42)
* feat(solid): 📦 add more solid templates * Add change file!
1 parent 23e9830 commit a77df69

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": minor
3+
---
4+
5+
* More Solid templates have been added!

‎src/recipes/solid.ts‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ const solid: Recipe = {
1717
name: 'template',
1818
message: 'Which Solid template would you like to use?',
1919
choices: [
20+
'js-vitest',
2021
'js',
2122
'ts-bootstrap',
2223
'ts-minimal',
2324
'ts-router',
25+
'ts-sass',
26+
'ts-tailwindcss',
27+
'ts-unocss',
28+
'ts-uvu',
29+
'ts-vitest',
2430
'ts-windicss',
2531
'ts'
2632
],

0 commit comments

Comments
 (0)