Set myself as codeowner for data cache (#3355)

This commit is contained in:
Samy Pessé
2025-06-20 08:41:02 +02:00
committed by GitHub
parent 81f5bfc2f9
commit 7ccbf55ba7
+3
View File
@@ -0,0 +1,3 @@
# Changes to the API data cache functions can invalidate all existing data cache
# causing a massive amount of revalidation, impacting our API.
packages/gitbook-v2/src/lib/data/api.ts @SamyPesse