feat(transform): implement custom transformer

This commit is contained in:
taskylizard 2024-08-03 21:58:46 +00:00
parent dfc5ce5881
commit b1dc663035
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 388 additions and 412 deletions

View file

@ -44,5 +44,13 @@
"@types/nprogress": "^0.2.3",
"prettier": "^3.3.3",
"wrangler": "^3.68.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
}
}