Skip to content

Commit 7d8e9ac

Browse files
committed
Adding add-ons support
1 parent e04b21e commit 7d8e9ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1396
-108
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ app-js-tw
66
app-ts-tw
77
app-fr
88
app-fr-tw
9-
.DS_Store
9+
.DS_Store
10+
# Local Netlify folder
11+
.netlify

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"@clack/prompts": "^0.10.0",
3434
"commander": "^13.1.0",
3535
"ejs": "^3.1.10",
36-
"execa": "^9.5.2"
36+
"execa": "^9.5.2",
37+
"prettier": "^3.5.0"
3738
},
3839
"devDependencies": {
3940
"@tanstack/config": "^0.16.2",
@@ -42,7 +43,6 @@
4243
"eslint": "^9.20.0",
4344
"eslint-plugin-react-hooks": "^5.1.0",
4445
"eslint-plugin-unused-imports": "^4.1.4",
45-
"prettier": "^3.5.0",
4646
"typescript": "^5.6.3"
4747
}
4848
}

0 commit comments

Comments
 (0)