Add React editor project

This commit is contained in:
Rami Bitar
2026-08-09 16:00:10 -04:00
parent 909d99251a
commit 63ecc5e284
212 changed files with 20655 additions and 11571 deletions
+9
View File
@@ -0,0 +1,9 @@
nodeLinker: node-modules
# Yarn quarantines npm releases younger than `npmMinimalAgeGate` (24h by
# default). The @reacteditor alpha channel and the Hydrogen preview build are
# both pinned to deliberately-recent versions, so preapprove just those rather
# than dropping the age gate for the whole dependency tree.
npmPreapprovedPackages:
- "@reacteditor/*"
- "@shopify/hydrogen"