refactor(client): migrate Gatsby setup files to TypeScript (#66367)

This commit is contained in:
Sem Bauke
2026-03-23 10:28:04 +01:00
committed by GitHub
parent fe421a03c6
commit 08db6f8258
6 changed files with 58 additions and 45 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "none",
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=\"--max-old-space-size=7168 --no-deprecation\" gatsby build --prefix-paths",
"clean": "gatsby clean",