@shopify/cli-hydrogen 4.0.0-alpha.8 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/dist/commands/hydrogen/build.d.ts +20 -0
  2. package/dist/commands/hydrogen/build.js +42 -37
  3. package/dist/commands/hydrogen/check.d.ts +18 -0
  4. package/dist/commands/hydrogen/check.js +35 -0
  5. package/dist/commands/hydrogen/dev.d.ts +14 -0
  6. package/dist/commands/hydrogen/dev.js +57 -61
  7. package/dist/commands/hydrogen/generate/route.d.ts +34 -0
  8. package/dist/commands/hydrogen/generate/route.js +165 -0
  9. package/dist/commands/hydrogen/generate/route.test.d.ts +1 -0
  10. package/dist/commands/hydrogen/generate/route.test.js +126 -0
  11. package/dist/commands/hydrogen/generate/routes.d.ts +16 -0
  12. package/dist/commands/hydrogen/generate/routes.js +22 -0
  13. package/dist/commands/hydrogen/init.d.ts +22 -0
  14. package/dist/commands/hydrogen/init.js +169 -25
  15. package/dist/commands/hydrogen/preview.d.ts +17 -0
  16. package/dist/commands/hydrogen/preview.js +2 -2
  17. package/dist/create-app.d.ts +1 -0
  18. package/dist/create-app.js +4 -0
  19. package/dist/{templates/demo-store/app → generator-templates}/routes/[robots.txt].tsx +2 -1
  20. package/dist/{templates/demo-store/app → generator-templates}/routes/[sitemap.xml].tsx +6 -4
  21. package/dist/generator-templates/routes/account/login.tsx +74 -0
  22. package/dist/generator-templates/routes/account/register.tsx +74 -0
  23. package/dist/generator-templates/routes/cart.tsx +43 -0
  24. package/dist/generator-templates/routes/collections/$collectionHandle.tsx +65 -0
  25. package/dist/{templates/demo-store/app → generator-templates}/routes/graphiql.tsx +0 -0
  26. package/dist/{templates/hello-world/app → generator-templates}/routes/index.tsx +0 -0
  27. package/dist/generator-templates/routes/pages/$pageHandle.tsx +74 -0
  28. package/dist/{templates/demo-store/app → generator-templates}/routes/policies/$policyHandle.tsx +8 -37
  29. package/dist/generator-templates/routes/policies/index.tsx +65 -0
  30. package/dist/generator-templates/routes/products/$productHandle.tsx +57 -0
  31. package/dist/hooks/init.d.ts +5 -0
  32. package/dist/utils/check-lockfile.d.ts +3 -0
  33. package/dist/utils/check-lockfile.js +78 -0
  34. package/dist/utils/check-version.d.ts +3 -0
  35. package/dist/utils/check-version.js +50 -0
  36. package/dist/utils/config.d.ts +18 -0
  37. package/dist/utils/config.js +116 -43
  38. package/dist/utils/flags.d.ts +10 -0
  39. package/dist/utils/flags.js +15 -3
  40. package/dist/utils/flags.test.d.ts +1 -0
  41. package/dist/utils/flags.test.js +18 -0
  42. package/dist/utils/log.d.ts +5 -0
  43. package/dist/utils/mini-oxygen.d.ts +11 -0
  44. package/dist/utils/mini-oxygen.js +7 -4
  45. package/dist/utils/missing-routes.d.ts +6 -0
  46. package/dist/utils/missing-routes.js +71 -0
  47. package/dist/utils/template-downloader.d.ts +11 -0
  48. package/dist/utils/template-downloader.js +66 -0
  49. package/dist/utils/transpile-ts.d.ts +16 -0
  50. package/dist/utils/transpile-ts.js +161 -0
  51. package/dist/utils/virtual-routes.d.ts +7 -0
  52. package/dist/utils/virtual-routes.js +47 -0
  53. package/dist/utils/virtual-routes.test.d.ts +1 -0
  54. package/dist/utils/virtual-routes.test.js +46 -0
  55. package/dist/virtual-routes/assets/dummy.d.ts +1 -0
  56. package/dist/virtual-routes/assets/dummy.js +1 -0
  57. package/dist/virtual-routes/assets/dummy.ts +1 -0
  58. package/dist/{templates/demo-store/dist/client → virtual-routes/assets}/favicon.svg +0 -0
  59. package/dist/virtual-routes/assets/styles.css +207 -0
  60. package/dist/virtual-routes/components/HydrogenLogoBaseBW.jsx +7 -0
  61. package/dist/virtual-routes/components/HydrogenLogoBaseColor.jsx +13 -0
  62. package/dist/virtual-routes/components/IconBanner.jsx +47 -0
  63. package/dist/virtual-routes/components/IconDiscord.jsx +4 -0
  64. package/dist/virtual-routes/components/IconError.jsx +20 -0
  65. package/dist/virtual-routes/components/IconGithub.jsx +4 -0
  66. package/dist/virtual-routes/components/IconTwitter.jsx +4 -0
  67. package/dist/virtual-routes/components/Layout.jsx +6 -0
  68. package/dist/virtual-routes/routes/graphiql.jsx +5 -0
  69. package/dist/virtual-routes/routes/index.jsx +140 -0
  70. package/dist/virtual-routes/virtual-root.jsx +38 -0
  71. package/oclif.manifest.json +1 -131
  72. package/package.json +36 -7
  73. package/dist/templates/demo-store/.cache/content-v2/sha512/00/06/24c89d558123b63259495c8099c0f959320fa2e54d907b3544baca5e0e6116c6c817c33423097ae1ba93f9506f6870cc37df232b376f8c264573b7aa72b5 +0 -1
  74. package/dist/templates/demo-store/.cache/content-v2/sha512/02/76/13bbea15bb42b81a204b0dc5f14726e0bfa8d012a7b284f887cc2e3c92195d6b07a78f199f990b311ca5fafa9079563503cdd81808cd9b7e496d86c72732 +0 -1
  75. package/dist/templates/demo-store/.cache/content-v2/sha512/08/56/c9a478b8c5c2fbfb6eed219f0861db568eceecbb45155124491ca25125ca421aac7e1b10d29151e5294a776ae10e02e01dc2da3561da793d111c4f908502 +0 -1
  76. package/dist/templates/demo-store/.cache/content-v2/sha512/11/0c/195071c290a61e22dd825b300c9f93e5315b2effefc3e5545440ac704d629e177bc877333ce73232ac72703bcc69fb425632d84b3caefe7f5c0fd12537ee +0 -1
  77. package/dist/templates/demo-store/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  78. package/dist/templates/demo-store/.cache/content-v2/sha512/15/61/a4cf6ccc2120c217346ecee6299fddf06e5555f6c9371305f118fdb382ff88588b31ec36b034ed785d36e3b18a8e8751702bbed4e101a97396f92ea35612 +0 -1
  79. package/dist/templates/demo-store/.cache/content-v2/sha512/17/08/03dabbacd40d4a2b132018a520d1dbcf29ffb2c659bbe01cb91f700202d5016ab4104831b95a05b98535549be4a6520ddcd6504ba361692549a5cd0458ee +0 -1
  80. package/dist/templates/demo-store/.cache/content-v2/sha512/27/a0/d277ff364ced6a2d01639f1e2b8675ef95eff3a4aa4d2fda0990392526e0f18def66116a8623096d1bdafabe1dc8efc56ef0956054b3370dfa9ad6596a29 +0 -1
  81. package/dist/templates/demo-store/.cache/content-v2/sha512/28/53/96d2a5c3d4b08a7191e545d4d961f7690f814a331dc8efcc11e45854fbccd04f825ec8d3a1070b05aca51dd63e06c778316395446055cc3cfc90c8b30615 +0 -1
  82. package/dist/templates/demo-store/.cache/content-v2/sha512/28/7c/c71b0c6367bdf7307a8061fe1c4568c9f1e9603d835b6fc917fe8042535a867c37154e35376a01ad6bdb3c2d6f29b88b41902fd6f20b1227e02081682d01 +0 -1
  83. package/dist/templates/demo-store/.cache/content-v2/sha512/29/2e/db501d168869cc6b7d5e51bfbf399e920773ed905b9e2b782ebfb29c5260f05b67d0b7d4599e8c5666253789d545ecfdfdb9e020da8ac262d99d0e69e5b0 +0 -1
  84. package/dist/templates/demo-store/.cache/content-v2/sha512/2b/05/f4684d5f729778c589ac1c471d21826137034b5f1163d67118f6cd0e1672e92cc3e2408a50da44d156bd3e574f7512a2245558ecdce896af8924cf966c73 +0 -1
  85. package/dist/templates/demo-store/.cache/content-v2/sha512/32/c2/8f62057f7082cddef5cd3d912d1a4c2c8eb9be28edefeb3d398181606f5bed84eac45a2edd8bb390d05278ca3ff6964e7594d8be9a0200cc8193f3dbb025 +0 -1
  86. package/dist/templates/demo-store/.cache/content-v2/sha512/35/3c/f46f8adbcf210210bac8ab00267ab16c16393ab4a95920f69c4452b298a83c9785d3d2c2bb4a63937cb4eed028197a18f0d2929024ebae18b0751f07ebf5 +0 -1
  87. package/dist/templates/demo-store/.cache/content-v2/sha512/36/3e/ece5cc6633a23301aa4f05fc1efddd8876aec2d8bf7afe504526e2866ed67263e99bffbb1e0d99a65622a7246f9d662217032aca47f70b6f0f13b75e7df1 +0 -1
  88. package/dist/templates/demo-store/.cache/content-v2/sha512/37/19/de54f68ea7b2a79f86d12ec1107e99d04217817fb6de9a5ba2dc5cdd16d16e1dda4cc9f7cf2b6ece5a6330f47ca20fa27a08aeffc17eb23fd11399e601fd +0 -1
  89. package/dist/templates/demo-store/.cache/content-v2/sha512/39/3e/7839c7699ead2ece5a07c6f0116dcbdd4cd5fce00cb6fafb349d3ab4ff6fdb626f056c05f1dd25ad453996209e5a1870f7b937714791c3fe2c43887d8dfa +0 -1
  90. package/dist/templates/demo-store/.cache/content-v2/sha512/46/04/af285aee74d96b28b24f75d7911de65e6c7bb26475ab5219fe5308028fda55060cf45650dfa09c0731ec73ece453c1e24e0c38715e8d4c5c80fd6365a1f4 +0 -1
  91. package/dist/templates/demo-store/.cache/content-v2/sha512/46/1c/c69c5b9150a9f76dff13c0d6a768540636e6569f4f3f56795d1b4c494045d5908674f292815212ac52e6d8a597b4ad35783506113f195a09f1057f09f00c +0 -1
  92. package/dist/templates/demo-store/.cache/content-v2/sha512/46/70/1f052bc78bf18274412ed7e7305d42fb50cbe5a6a0fbf62e0f9a775e667a541bc17352850fa8759a26f51b3459cfc6834fbf4a8b15527dc432be6ca76852 +0 -1
  93. package/dist/templates/demo-store/.cache/content-v2/sha512/4b/48/ca635670e7d1b1a5550d32f51389a5754234da55c6d7c900f348c8bf1ccc84bdcefc620e08979b7aa1d04a49a1138b46346f126d20c0126eb0c3261deb5b +0 -1
  94. package/dist/templates/demo-store/.cache/content-v2/sha512/51/ab/e165384df6374c7b2d0ebebc8642ecb0e0c14f7c5b57970ec5d2e17f7d1643e0b01eda69e5ffbefde85ecba6d613bcc5175c5564e36bfb73d966c8ea4153 +0 -1
  95. package/dist/templates/demo-store/.cache/content-v2/sha512/54/86/917224aeb3e04e19a51534244f5ed28f3529d85276452f52af9af3657798246c97a0948bcf62c707394ab80f0062a87e7079bd71c05e0d16f927091617d2 +0 -1
  96. package/dist/templates/demo-store/.cache/content-v2/sha512/56/bf/57423492125064302f4b06c3e3ebb8c0263ad049865c299eedb7026b56de4cc3d0790bc370d0fe1bc448cb8df31f38a8fe3f6644b91d9f88e85764205ef2 +0 -1
  97. package/dist/templates/demo-store/.cache/content-v2/sha512/65/a8/8322f339f24b58dc82746c373ccaff8847aa0f315db64e6efa4ae357e8a24d36d2664cf60d387582a6d60155940e6c72c6edd5a68ca3066d6173d4e04f13 +0 -1
  98. package/dist/templates/demo-store/.cache/content-v2/sha512/69/8b/226dd183d716cf3d632e447afc7dfab45d90664f1d0cbb51c9d69a65e9811484c7ba5940e045306824d1dffeb4abb8f2e51b4a3289d4afeee445cfc4e6af +0 -1
  99. package/dist/templates/demo-store/.cache/content-v2/sha512/69/e4/b067c1beb51c176168380eef47aee15632f7e50c24c8a66d9675fdecd8ac5bd6a294a634228e926894cc8b96789432103a7e6e01f3d58daf793178fc85ff +0 -1
  100. package/dist/templates/demo-store/.cache/content-v2/sha512/6b/6d/71211d4cebfd1e1c86788ede5784a53cf366a85f4e2646a300c820958a5219bfa5492b169d1cca1b431e946b41d15a526ee7f77db65a6e730dead281f777 +0 -1
  101. package/dist/templates/demo-store/.cache/content-v2/sha512/6e/ae/615197316ce9be03e9d63a85984c0752583325087b827210d5e681f52dd532738371a0dab76a42d3eb68c2f21808974d13847b5514a92450af40d578e973 +0 -1
  102. package/dist/templates/demo-store/.cache/content-v2/sha512/70/ec/37e2f634bc66cf777929488d19db018d338d1a1d2ccd338b1cb99d2d67a23dcaad2e46f77f63ce1280b7125038523a5d3ea42873780e8fb04cf408c08a4c +0 -1
  103. package/dist/templates/demo-store/.cache/content-v2/sha512/73/40/c822831f11f08a9ceea944d0145b072ba6164a3e2e75f98fda5437cda6dfddf9ca9450445c1f3236228d6259ac95e4cde9bb6e5996490ed00b7b13b06121 +0 -1
  104. package/dist/templates/demo-store/.cache/content-v2/sha512/75/02/c799e50ebd6988abb7b1090074668ce459a711a347069f905971e11126c3779d0f6c14b89f8350b7bf4f0712e8fbf48290205b1b5c2d427f21a80c32190c +0 -1
  105. package/dist/templates/demo-store/.cache/content-v2/sha512/77/fd/28951020ad9dc57df6e80976e714302d5b639eb69e28a184d9e4a4ee1322f39980bf3906f4176d62ab97d899bbced462187ea2a71a750694ac743c99cd9e +0 -1
  106. package/dist/templates/demo-store/.cache/content-v2/sha512/7a/4d/47fb716aef6fb90bd6883dccba9e1359e409cf1291762a0a2c6b7ad56097e67267b617ab8ebf3cb57ef256c00d22f778a8d6688df388ed181b866fcda132 +0 -1
  107. package/dist/templates/demo-store/.cache/content-v2/sha512/7b/15/d1749be8fa73f2f123e5e9a0807f343cdfa14fd263f9073fe7cd73352b7318b976a43687096a06acbbed2a2f0f86119d45cdd1e9ad6d09208c06b6232db2 +0 -1
  108. package/dist/templates/demo-store/.cache/content-v2/sha512/87/97/27cde85115daefca4a74cd9a2e87c66cf71e68ad7ca1a53c3d8a95f0b78dc50e89cc2d73aa293747b1b10650c9c703a97e17ecad24b46a50eac73aa0602f +0 -1
  109. package/dist/templates/demo-store/.cache/content-v2/sha512/88/76/d18fdfbb05293909609d42368642fc6da4bd138c5864ec2f721212b52e595b84ae46f48021ed3e6240edf443f78bdea557d56d700e3da848459ea3077a80 +0 -1
  110. package/dist/templates/demo-store/.cache/content-v2/sha512/8a/d1/ca384452cdc8a2fb92fa1c70a4db303dd5f9887475e0e4ddf4bc711b5ebceb684ba5fd8bf596c3d491ab8598bd52ffe20f98564f8110da0730f46f39e790 +0 -1
  111. package/dist/templates/demo-store/.cache/content-v2/sha512/8c/51/88e1fc4d8365cb6ad1a755e8bca81fbb64abb1c8ef08a8314471952910e0e29eadfa283d482233d500893a57b57470171ab98ebacb4b93780b37e7a87c93 +0 -1
  112. package/dist/templates/demo-store/.cache/content-v2/sha512/8f/81/8e238bb1d4654dcc554d661194c9415fe36dc6f20624dd26e47c0043f06ee69d1abd49947b11954508bfd01823fdf97a3ca9196521f05cb471473095c5c5 +0 -1
  113. package/dist/templates/demo-store/.cache/content-v2/sha512/91/39/2d6842760bb34dde16e9aad46162f546e8cab25d2440a69cb01bf4b2ed8fb3122490666d3eb9b70225259f7ed47e182bc6b83fe455647dde30d61cefa07d +0 -1
  114. package/dist/templates/demo-store/.cache/content-v2/sha512/93/6b/e60098157f6bff8ba570cab2ffd97a14983109006f7fa87e4432728366f96dfb19e957d28754daa45f1b6cb2421d26ab59bbd5ce5a448d6102e8e662403d +0 -1
  115. package/dist/templates/demo-store/.cache/content-v2/sha512/94/4a/a539de5a6348e4ecc4e05ea18301c0077a30ed452550660f8b13440a40f7e3858a03ef0aad25b559c49dbbe51455cc5d8e2a7b6c2b0c57e31875b5f8e6be +0 -1
  116. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/2e/945fdc4a4fb8c2186645c71b48ef341e6f0da2a6b3ddd38761210fcf713c2249160f87387ac66547fa30732269fbf9ad6b24b6c6a50ae914284b96be8571 +0 -1
  117. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/42/2999364d90a1a410573f5de0dea3765defcb24ccf54937c92995a3fcaf1fffe8fca06c15ab433d60b595617e89707ba1a292b66cbb9aae8d8e617bc59879 +0 -1
  118. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/76/504ec4500726300092be4c0d162b3694e388778e8a59ace118572149b8f31da4661b3bee2f950ea6608154f0cc105422f39f92f8fddda49053712b5cc81d +0 -1
  119. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/e5/f8840af1702b9e2e9005708f2513779d889a88d8d7379d5d93cf28390fd6c0300ba5cac0fe429d67a22ddeb884f85917c73f4ae286328a5cf437f568b73f +0 -1
  120. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/f7/d8f3eb03a1a2eefae7d7e52b2a15391b7012eab4507c37385ccfcfcad13c095c93a99dcfc2a6a44b73ab2fa50be0e3b64ab1153f56bd833536b7a3f06852 +0 -1
  121. package/dist/templates/demo-store/.cache/content-v2/sha512/a0/92/dc5bc315864cebde3ccd84e2a2e4228d8f467aa14efdcc3ef13b8815abbf495afeccb531cc4e049fe4d81d0b3e5afc0139b4450fb2cfca2b2c82cdd450ac +0 -1
  122. package/dist/templates/demo-store/.cache/content-v2/sha512/ad/44/f00b1b89c5d7778be4cd40cff421c77e97a937e945491777256fafa6ac80cc334b7118b4248fd13c3cb7fb37d86e1b54afaf688b295542694f276d359082 +0 -1
  123. package/dist/templates/demo-store/.cache/content-v2/sha512/b0/02/9ef55507e114e4391048df8e43101c006d5b3852e33450030d3ba974d438dd3ac489b084b15445ff5e1747e642eda2d969a13c8ba5a778669f9ab019789a +0 -1
  124. package/dist/templates/demo-store/.cache/content-v2/sha512/ba/08/9238d2f1bec0536eed757ab6583e384da966814a1c83896409f032bb673a056d62bb6f3b8a5bef36d61daf0e15617154b106b3bbc721354690bc930bb649 +0 -1
  125. package/dist/templates/demo-store/.cache/content-v2/sha512/bb/58/6a8a15508eab54d23bb1ae0dc4e28925c945258fffbf51d126a8ad3413d5396b3b2211493be551641d5b55dbf0c84d34cc06de906c3127e84b04eb46080d +0 -1
  126. package/dist/templates/demo-store/.cache/content-v2/sha512/bc/33/6e26ece5ac53d9eac9ac8a192ef39faf2a587a5808253c659fb1d371c477fc8074d428c8d1929b0d85dd1fec66fc79ea6b9fcb01507e2efec75fb7fbc2cc +0 -1
  127. package/dist/templates/demo-store/.cache/content-v2/sha512/c2/66/bc5f0b229dcdcab36104e3a3b531e3adc88a84622db081d73664f13cd7f6f4639d94e0d85ec075309735d51aa30bb26ea05ccff534f7e1ced5bf8115077a +0 -1
  128. package/dist/templates/demo-store/.cache/content-v2/sha512/c3/02/833766a7cfde6705e73ecd14cfa40f18bb470af44b39b856473411d00b9bda679d93ff62e49267263318aba287a74a1395b7e1559e786d955a19d8ba5ad7 +0 -1
  129. package/dist/templates/demo-store/.cache/content-v2/sha512/c9/bf/f82a49d275c8c16097122d6c71e3e64e45902413b6973b56974ed0f03bf8e0974328cfb006067036348f9473ef241927a68562848a1bdb2a8a9ce7d3cd9d +0 -1
  130. package/dist/templates/demo-store/.cache/content-v2/sha512/d1/fd/7a54f9c08d3a6e60f396a8033b49ce9c1129e877eef39bfa18467b04cd39c6c94423ef7e099fde8a8cca3a2b405d4725d7b2d51abf2be59853454afebfc5 +0 -1
  131. package/dist/templates/demo-store/.cache/content-v2/sha512/da/84/b6d27e02f9b109d7cff3095b08e2e2ed1802c8b6829c98f6e297d1c404059f8bacfdc278afd07e2f81cbc487318396a3775037b678ab6aff9a5231c94c0d +0 -1
  132. package/dist/templates/demo-store/.cache/content-v2/sha512/e8/ae/9b467e1d23913d4584d9417875b3cdc25f6dfed8b228f3a0c818129010b778aae1af1eb200b015ab428e79afe0ef1061262392fbdb96ed7da95efbe7f758 +0 -1
  133. package/dist/templates/demo-store/.cache/content-v2/sha512/ec/30/c2d6a93b0ab69c9d176e1db911bc276c6b81ef13d4ac2241bf2b6824979a157817f26c8a508ca87697f89b98afd86e8d7203878bb02e60e8442ab4620d8c +0 -1
  134. package/dist/templates/demo-store/.cache/content-v2/sha512/ed/15/aabcbf6d4b36151e7bb25d8751396c6c22a4a38b0505f9b244a060634e97399617ba8936870dc4ad25a3a1ad1fb1e4428d9989b2d52ff61070bfbca5ef1a +0 -1
  135. package/dist/templates/demo-store/.cache/content-v2/sha512/fd/f3/986b7ee5ea5ad1d89af5c08de69d43c025b54381092e0a19fd7e7a1e0352552aa85c056315ce5e11a46ec75a252b1a44e2083abb73cd6df8407dfdb0ac48 +0 -1
  136. package/dist/templates/demo-store/.cache/index-v5/06/7e/7376a38676aa7f0543ab03fc451602dab8ad66e6ddebc44d94ee6f5c1df2 +0 -2
  137. package/dist/templates/demo-store/.cache/index-v5/06/84/719070270981ac7d003eefa98569d499d2d93dd2f1828da9825b87d03160 +0 -2
  138. package/dist/templates/demo-store/.cache/index-v5/08/b4/0d9cf6db265587df0990c07ef4bc1e61fa9fe85d6cfe4d6cbbf839c2313c +0 -2
  139. package/dist/templates/demo-store/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  140. package/dist/templates/demo-store/.cache/index-v5/0a/75/d3baf53012b62018cb60557f47601d810ec57c564bdc0b24c4990c73a833 +0 -2
  141. package/dist/templates/demo-store/.cache/index-v5/0c/43/721b2c2b054af973286c2ea3c51c612d347365682b5aae5b9e98554f91e1 +0 -2
  142. package/dist/templates/demo-store/.cache/index-v5/12/83/1a44e36774d9014fe186e18a3691e1ec3f37f2c30c22d38787a3cd157d7f +0 -2
  143. package/dist/templates/demo-store/.cache/index-v5/13/bd/14a326bd4cb6fb280eb85ecca60d6519738bf7e80df5285ec626d129baf3 +0 -2
  144. package/dist/templates/demo-store/.cache/index-v5/19/b1/b0877b4141a2ee6f7c173e2407c0b26958c0919238934a89a03049397aec +0 -2
  145. package/dist/templates/demo-store/.cache/index-v5/1b/6a/418ff1309326b48db3963d5ad40eacb0728d138b7f24896390e484b34c50 +0 -2
  146. package/dist/templates/demo-store/.cache/index-v5/24/d9/e0e8006f3c8deb17314475a674698161e207f116d9056bf0e1aabfa6c430 +0 -2
  147. package/dist/templates/demo-store/.cache/index-v5/28/f4/466108ec4c6619222c94f178cc3962ed49f5f9a1e3783ad55335de0cdad3 +0 -2
  148. package/dist/templates/demo-store/.cache/index-v5/2e/ae/45167cd92f49c852d660e05a29b7484c886b3c0579fb9c148162b1a88fb6 +0 -2
  149. package/dist/templates/demo-store/.cache/index-v5/35/95/be51ab071b6bd2259e4acb91185c5e0affeee223c15a822ba226607d5616 +0 -2
  150. package/dist/templates/demo-store/.cache/index-v5/36/74/12368a4a642be74c83dfdb5eaca244dc624ca78c3528edc49262807f9f96 +0 -2
  151. package/dist/templates/demo-store/.cache/index-v5/37/56/4cbfef349acf26ffb05aa7f17742913d7bd956c920a5bb1941ca0dda3a22 +0 -2
  152. package/dist/templates/demo-store/.cache/index-v5/3b/e5/5841b3445af43a34c7b560d6cf329ade1bfb64584b85fbb10ac4a7313ef4 +0 -2
  153. package/dist/templates/demo-store/.cache/index-v5/40/67/0807c50d176836338cf5fe4864622d377a143dc97f0a86a702bf11dd7d72 +0 -2
  154. package/dist/templates/demo-store/.cache/index-v5/45/4b/1a3af253b3e2ef123d3872ad54d71865cc788ff5373a00414d2ae0243421 +0 -2
  155. package/dist/templates/demo-store/.cache/index-v5/4f/8a/4672c73b9b76b90b7b378fbf9bc1a09426d0b5dbe97404e1f1f5a354013c +0 -2
  156. package/dist/templates/demo-store/.cache/index-v5/51/da/70f3331e7c62bab563cf9f86297b1bda6f6215420807d7710aaee0b8ca5d +0 -2
  157. package/dist/templates/demo-store/.cache/index-v5/55/0e/4666f091383137a5168d8052b246b3a7a28e05215dc7d8ff7f6b921f0142 +0 -2
  158. package/dist/templates/demo-store/.cache/index-v5/58/93/287077465c80a2bfba306f218e51893019895137562df4a116326a0b222a +0 -2
  159. package/dist/templates/demo-store/.cache/index-v5/68/63/f781b7764101dfe1c192f68e1083513974e2396c9db609adf220a983bd88 +0 -2
  160. package/dist/templates/demo-store/.cache/index-v5/68/f1/4a98caa6e2ab43e78781b99c7833cab4e722cd716bf9718e001a43efb27b +0 -2
  161. package/dist/templates/demo-store/.cache/index-v5/7d/de/0d76288297eecd2ad4b07dd881631b481b19a83f7c9d36cfa4f967332943 +0 -2
  162. package/dist/templates/demo-store/.cache/index-v5/7e/12/528dc5a6aebfe1fb1d5b4b7d56097f25291dd9454e0ab8faa0a26f296815 +0 -2
  163. package/dist/templates/demo-store/.cache/index-v5/7e/bf/17c5f07b52df7946e14e733afa8f3880a40c1032bd3fb307cae4319e0fa8 +0 -2
  164. package/dist/templates/demo-store/.cache/index-v5/81/59/14da935263d86e18f99d2391d6731d29cd2d5c0d8c81c65293816e6ad32a +0 -2
  165. package/dist/templates/demo-store/.cache/index-v5/85/85/0475166b36ce12e75c5a6352b12ea2fa872f696b8161dd08fdfab09a7273 +0 -2
  166. package/dist/templates/demo-store/.cache/index-v5/88/bd/84904435de02c12b5b01c5aadd782e65a48d44006d98b864e01961a109dc +0 -2
  167. package/dist/templates/demo-store/.cache/index-v5/88/f6/729e4bad26ebd2b792dee6d1f96f87546ff9c4fa95518f603627fdd1126f +0 -2
  168. package/dist/templates/demo-store/.cache/index-v5/8a/7c/f5287da63fd3884889fef7019b2679f9a53ce5a268097295682ddad5131b +0 -2
  169. package/dist/templates/demo-store/.cache/index-v5/95/40/bed10ab9e6081915bc6dc1ffb23a589f407c22ab7d254453f0b3ce53e5f5 +0 -2
  170. package/dist/templates/demo-store/.cache/index-v5/96/b8/090abc56d6e9489d08af9564fb75d34477730aa1ece14ad85ba516549f2b +0 -2
  171. package/dist/templates/demo-store/.cache/index-v5/9b/e4/8aa4e95d52644490afdb862c05cb2dccb9f5c1aa45157f3af5c37aad080a +0 -2
  172. package/dist/templates/demo-store/.cache/index-v5/a1/e7/85ee850c85c329791d2123dd8231464fa27317290756b459012830d0f57e +0 -2
  173. package/dist/templates/demo-store/.cache/index-v5/a2/27/f2e299e50a8a3b2b54a89bb3be85f3118081b3c6cfed704bb7d2802e2a49 +0 -2
  174. package/dist/templates/demo-store/.cache/index-v5/a2/88/971871174c14875c70ca7bc9cea8d6b01465c1716d99440b059fa493947c +0 -2
  175. package/dist/templates/demo-store/.cache/index-v5/aa/57/05b67f08f71909d263fe9c357786097f5683394dbd65b0e4da2f9aa25288 +0 -2
  176. package/dist/templates/demo-store/.cache/index-v5/ac/25/d778b282ab78dbafcc1b4fb19695aed368081c76fa680140b89af08b07b1 +0 -2
  177. package/dist/templates/demo-store/.cache/index-v5/af/79/e80586a8b4bd0086246d97823d95bd64c77ad44b1fae591fdcd3883f776e +0 -2
  178. package/dist/templates/demo-store/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  179. package/dist/templates/demo-store/.cache/index-v5/b8/22/805af62bf21b63052b47f2f85322cb615ee786c214c0abc63b593a9f80ac +0 -2
  180. package/dist/templates/demo-store/.cache/index-v5/b8/67/17d551f86553b2a3a30c80b1d9797cbfcaa3d00f5239f39c1727c4d4fe8e +0 -2
  181. package/dist/templates/demo-store/.cache/index-v5/bc/52/538f70c9e2857f944f17c9121f6018d5c26ba916801b78d75484b130cd78 +0 -2
  182. package/dist/templates/demo-store/.cache/index-v5/c1/77/182e74b8e456fd321a98e8b23f5616eaf2968ccc0dd0eeff016624a89534 +0 -2
  183. package/dist/templates/demo-store/.cache/index-v5/c2/b6/58c9b05294374187ca9a342d46ed1b1f9e0afaf619acf88014f7f1a5dd8b +0 -2
  184. package/dist/templates/demo-store/.cache/index-v5/c6/72/887059f60c91b6fa41fbdab6bc1e1b6f4e3596cadd7a22457466fc1c2f67 +0 -2
  185. package/dist/templates/demo-store/.cache/index-v5/c8/52/09bfbca72b45aec745fc339c27986edefa85e40bd69113275a6ecd6495e9 +0 -2
  186. package/dist/templates/demo-store/.cache/index-v5/cb/f3/c8983d3f6b148ff6b70a42e0c3ccc4ca2f368df0aca086b8f0279d49f5be +0 -2
  187. package/dist/templates/demo-store/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  188. package/dist/templates/demo-store/.cache/index-v5/d2/7b/9476cfbc06c75a311a1951bcdea3b843d3f8763c916468901c3cd85ae7a4 +0 -2
  189. package/dist/templates/demo-store/.cache/index-v5/d7/2f/11fb6fd9a383d1edb40e2a774ca2de45a4f4b2c02e3f10d772427ef813d1 +0 -2
  190. package/dist/templates/demo-store/.cache/index-v5/d7/a8/e21243c97a68bff4874453358b21815d4dc4c804b63fce7cba9cc567c3d6 +0 -2
  191. package/dist/templates/demo-store/.cache/index-v5/db/34/e258d66ddeae0e8df2f3a92f0fc0a0472adc9b48c8d2f38087a828da4bc0 +0 -2
  192. package/dist/templates/demo-store/.cache/index-v5/de/8a/31224d2c63a17ccc13c25e35f4e5882c9a5f5553a3ffeb916c84aa73a15d +0 -2
  193. package/dist/templates/demo-store/.cache/index-v5/e0/9c/a50143959e2a05f23db12f6e7f9982a0889c4105004c9f58115f9fdb19e0 +0 -2
  194. package/dist/templates/demo-store/.cache/index-v5/f3/45/ed5a71628f7babbcd96f9d316ba1a9a7cdea5be1ef54d931ed5d6fcbfc21 +0 -2
  195. package/dist/templates/demo-store/.cache/index-v5/f4/20/fefac33b4499a27824ee7ef5a84779df38eca55b00ec3046fcb028efb593 +0 -2
  196. package/dist/templates/demo-store/.cache/index-v5/f6/1d/25c4d10714262d4559d2c43d3e64ebfc038d37b0edbbf02246bdd6dcdacb +0 -2
  197. package/dist/templates/demo-store/.cache/index-v5/f8/f2/017d33a8105299b5a1d72ea80b7cce0d4bafbcd8409437a212735325631a +0 -2
  198. package/dist/templates/demo-store/.cache/index-v5/fd/f2/f7f55dae9bf6b65ea883eb44dc2fd24a2d2a97c5b68cb559255c6574d239 +0 -2
  199. package/dist/templates/demo-store/.editorconfig +0 -8
  200. package/dist/templates/demo-store/.eslintignore +0 -4
  201. package/dist/templates/demo-store/.eslintrc.js +0 -16
  202. package/dist/templates/demo-store/.graphqlrc.yml +0 -1
  203. package/dist/templates/demo-store/.prettierignore +0 -2
  204. package/dist/templates/demo-store/_env +0 -6
  205. package/dist/templates/demo-store/_gitignore +0 -13
  206. package/dist/templates/demo-store/app/components/AccountAddressBook.tsx +0 -97
  207. package/dist/templates/demo-store/app/components/AccountDetails.tsx +0 -41
  208. package/dist/templates/demo-store/app/components/AddToCartButton.tsx +0 -42
  209. package/dist/templates/demo-store/app/components/Breadcrumbs.tsx +0 -36
  210. package/dist/templates/demo-store/app/components/Button.tsx +0 -56
  211. package/dist/templates/demo-store/app/components/Cart.tsx +0 -431
  212. package/dist/templates/demo-store/app/components/CartLoading.tsx +0 -50
  213. package/dist/templates/demo-store/app/components/CountrySelector.tsx +0 -180
  214. package/dist/templates/demo-store/app/components/Drawer.tsx +0 -115
  215. package/dist/templates/demo-store/app/components/FeaturedCollections.tsx +0 -54
  216. package/dist/templates/demo-store/app/components/FeaturedProducts.tsx +0 -116
  217. package/dist/templates/demo-store/app/components/FeaturedSection.tsx +0 -39
  218. package/dist/templates/demo-store/app/components/GenericError.tsx +0 -58
  219. package/dist/templates/demo-store/app/components/Grid.tsx +0 -44
  220. package/dist/templates/demo-store/app/components/Hero.tsx +0 -130
  221. package/dist/templates/demo-store/app/components/Icon.tsx +0 -253
  222. package/dist/templates/demo-store/app/components/Input.tsx +0 -24
  223. package/dist/templates/demo-store/app/components/Layout.tsx +0 -492
  224. package/dist/templates/demo-store/app/components/Link.tsx +0 -46
  225. package/dist/templates/demo-store/app/components/Modal.tsx +0 -46
  226. package/dist/templates/demo-store/app/components/NotFound.tsx +0 -22
  227. package/dist/templates/demo-store/app/components/OrderCard.tsx +0 -85
  228. package/dist/templates/demo-store/app/components/Pagination.tsx +0 -277
  229. package/dist/templates/demo-store/app/components/ProductCard.tsx +0 -145
  230. package/dist/templates/demo-store/app/components/ProductGallery.tsx +0 -114
  231. package/dist/templates/demo-store/app/components/ProductGrid.tsx +0 -93
  232. package/dist/templates/demo-store/app/components/ProductSwimlane.tsx +0 -30
  233. package/dist/templates/demo-store/app/components/Skeleton.tsx +0 -24
  234. package/dist/templates/demo-store/app/components/SortFilter.tsx +0 -411
  235. package/dist/templates/demo-store/app/components/Text.tsx +0 -192
  236. package/dist/templates/demo-store/app/components/index.ts +0 -28
  237. package/dist/templates/demo-store/app/data/countries.ts +0 -194
  238. package/dist/templates/demo-store/app/data/index.ts +0 -1027
  239. package/dist/templates/demo-store/app/entry.client.tsx +0 -4
  240. package/dist/templates/demo-store/app/entry.server.tsx +0 -26
  241. package/dist/templates/demo-store/app/hooks/useCartFetchers.tsx +0 -14
  242. package/dist/templates/demo-store/app/hooks/useIsHydrated.tsx +0 -12
  243. package/dist/templates/demo-store/app/lib/const.ts +0 -10
  244. package/dist/templates/demo-store/app/lib/placeholders.ts +0 -242
  245. package/dist/templates/demo-store/app/lib/seo/common.tsx +0 -367
  246. package/dist/templates/demo-store/app/lib/seo/debugger.tsx +0 -175
  247. package/dist/templates/demo-store/app/lib/seo/image.tsx +0 -32
  248. package/dist/templates/demo-store/app/lib/seo/index.ts +0 -4
  249. package/dist/templates/demo-store/app/lib/seo/seo.tsx +0 -24
  250. package/dist/templates/demo-store/app/lib/seo/types.ts +0 -84
  251. package/dist/templates/demo-store/app/lib/session.server.ts +0 -57
  252. package/dist/templates/demo-store/app/lib/type.ts +0 -21
  253. package/dist/templates/demo-store/app/lib/utils.ts +0 -310
  254. package/dist/templates/demo-store/app/root.tsx +0 -279
  255. package/dist/templates/demo-store/app/routes/$.tsx +0 -7
  256. package/dist/templates/demo-store/app/routes/$lang/$.tsx +0 -1
  257. package/dist/templates/demo-store/app/routes/$lang/[robots.txt].tsx +0 -1
  258. package/dist/templates/demo-store/app/routes/$lang/[sitemap.xml].tsx +0 -1
  259. package/dist/templates/demo-store/app/routes/$lang/account/__private/address/$id.tsx +0 -1
  260. package/dist/templates/demo-store/app/routes/$lang/account/__private/edit.tsx +0 -1
  261. package/dist/templates/demo-store/app/routes/$lang/account/__private/logout.ts +0 -1
  262. package/dist/templates/demo-store/app/routes/$lang/account/__private/orders.$id.tsx +0 -1
  263. package/dist/templates/demo-store/app/routes/$lang/account/__public/activate.$id.$activationToken.tsx +0 -6
  264. package/dist/templates/demo-store/app/routes/$lang/account/__public/login.tsx +0 -7
  265. package/dist/templates/demo-store/app/routes/$lang/account/__public/recover.tsx +0 -1
  266. package/dist/templates/demo-store/app/routes/$lang/account/__public/register.tsx +0 -6
  267. package/dist/templates/demo-store/app/routes/$lang/account/__public/reset.$id.$resetToken.tsx +0 -5
  268. package/dist/templates/demo-store/app/routes/$lang/account.tsx +0 -1
  269. package/dist/templates/demo-store/app/routes/$lang/api/countries.tsx +0 -1
  270. package/dist/templates/demo-store/app/routes/$lang/api/products.tsx +0 -1
  271. package/dist/templates/demo-store/app/routes/$lang/cart.tsx +0 -1
  272. package/dist/templates/demo-store/app/routes/$lang/collections/$collectionHandle.tsx +0 -1
  273. package/dist/templates/demo-store/app/routes/$lang/collections/all.tsx +0 -1
  274. package/dist/templates/demo-store/app/routes/$lang/collections/index.tsx +0 -1
  275. package/dist/templates/demo-store/app/routes/$lang/featured-products.tsx +0 -1
  276. package/dist/templates/demo-store/app/routes/$lang/index.tsx +0 -6
  277. package/dist/templates/demo-store/app/routes/$lang/journal/$journalHandle.tsx +0 -7
  278. package/dist/templates/demo-store/app/routes/$lang/journal/index.tsx +0 -1
  279. package/dist/templates/demo-store/app/routes/$lang/og-image.tsx +0 -1
  280. package/dist/templates/demo-store/app/routes/$lang/pages/$pageHandle.tsx +0 -1
  281. package/dist/templates/demo-store/app/routes/$lang/policies/$policyHandle.tsx +0 -1
  282. package/dist/templates/demo-store/app/routes/$lang/policies/index.tsx +0 -1
  283. package/dist/templates/demo-store/app/routes/$lang/products/$productHandle.tsx +0 -1
  284. package/dist/templates/demo-store/app/routes/$lang/products/index.tsx +0 -1
  285. package/dist/templates/demo-store/app/routes/$lang/search.tsx +0 -1
  286. package/dist/templates/demo-store/app/routes/account/__private/address/$id.tsx +0 -320
  287. package/dist/templates/demo-store/app/routes/account/__private/edit.tsx +0 -273
  288. package/dist/templates/demo-store/app/routes/account/__private/logout.ts +0 -25
  289. package/dist/templates/demo-store/app/routes/account/__private/orders.$id.tsx +0 -324
  290. package/dist/templates/demo-store/app/routes/account/__public/activate.$id.$activationToken.tsx +0 -218
  291. package/dist/templates/demo-store/app/routes/account/__public/login.tsx +0 -197
  292. package/dist/templates/demo-store/app/routes/account/__public/recover.tsx +0 -144
  293. package/dist/templates/demo-store/app/routes/account/__public/register.tsx +0 -184
  294. package/dist/templates/demo-store/app/routes/account/__public/reset.$id.$resetToken.tsx +0 -214
  295. package/dist/templates/demo-store/app/routes/account.tsx +0 -188
  296. package/dist/templates/demo-store/app/routes/api/countries.tsx +0 -22
  297. package/dist/templates/demo-store/app/routes/api/products.tsx +0 -116
  298. package/dist/templates/demo-store/app/routes/cart.tsx +0 -510
  299. package/dist/templates/demo-store/app/routes/collections/$collectionHandle.tsx +0 -301
  300. package/dist/templates/demo-store/app/routes/collections/all.tsx +0 -5
  301. package/dist/templates/demo-store/app/routes/collections/index.tsx +0 -188
  302. package/dist/templates/demo-store/app/routes/discounts.$code.tsx +0 -60
  303. package/dist/templates/demo-store/app/routes/featured-products.tsx +0 -58
  304. package/dist/templates/demo-store/app/routes/index.tsx +0 -241
  305. package/dist/templates/demo-store/app/routes/journal/$journalHandle.tsx +0 -141
  306. package/dist/templates/demo-store/app/routes/journal/index.tsx +0 -149
  307. package/dist/templates/demo-store/app/routes/og-image.tsx +0 -19
  308. package/dist/templates/demo-store/app/routes/pages/$pageHandle.tsx +0 -75
  309. package/dist/templates/demo-store/app/routes/policies/index.tsx +0 -97
  310. package/dist/templates/demo-store/app/routes/products/$productHandle.tsx +0 -551
  311. package/dist/templates/demo-store/app/routes/products/index.tsx +0 -148
  312. package/dist/templates/demo-store/app/routes/search.tsx +0 -198
  313. package/dist/templates/demo-store/app/styles/app.css +0 -4203
  314. package/dist/templates/demo-store/app/styles/custom-font.css +0 -13
  315. package/dist/templates/demo-store/dist/client/build/_assets/app-QCTC5PWY.css +0 -4203
  316. package/dist/templates/demo-store/dist/client/build/_assets/custom-font-COCMVHUB.css +0 -13
  317. package/dist/templates/demo-store/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  318. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js +0 -2
  319. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js.map +0 -7
  320. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js +0 -2
  321. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js.map +0 -7
  322. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js +0 -2
  323. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js.map +0 -7
  324. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js +0 -32
  325. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js.map +0 -7
  326. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js +0 -2
  327. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js.map +0 -7
  328. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js +0 -27
  329. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js.map +0 -7
  330. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js +0 -68
  331. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js.map +0 -7
  332. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js +0 -2
  333. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js.map +0 -7
  334. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js +0 -2
  335. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js.map +0 -7
  336. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js +0 -2
  337. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js.map +0 -7
  338. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js +0 -2
  339. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js.map +0 -7
  340. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js +0 -2
  341. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js.map +0 -7
  342. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js +0 -2
  343. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js.map +0 -7
  344. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js +0 -7
  345. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js.map +0 -7
  346. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js +0 -2
  347. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js.map +0 -7
  348. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js +0 -133
  349. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js.map +0 -7
  350. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  351. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  352. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js +0 -25
  353. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js.map +0 -7
  354. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js +0 -2
  355. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js.map +0 -7
  356. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js +0 -54
  357. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js.map +0 -7
  358. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js +0 -83
  359. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js.map +0 -7
  360. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js +0 -2
  361. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js.map +0 -7
  362. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js +0 -105
  363. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js.map +0 -7
  364. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js +0 -2
  365. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js.map +0 -7
  366. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js +0 -2
  367. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js.map +0 -7
  368. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js +0 -2
  369. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js.map +0 -7
  370. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js +0 -2
  371. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js.map +0 -7
  372. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js +0 -2
  373. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js.map +0 -7
  374. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  375. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  376. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js +0 -2
  377. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js.map +0 -7
  378. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js +0 -2
  379. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js.map +0 -7
  380. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js +0 -24
  381. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js.map +0 -7
  382. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js +0 -66
  383. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js.map +0 -7
  384. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js +0 -2
  385. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js.map +0 -7
  386. package/dist/templates/demo-store/dist/client/build/manifest-483612AE.js +0 -1
  387. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js +0 -32
  388. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js.map +0 -7
  389. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js +0 -2
  390. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js.map +0 -7
  391. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js +0 -2
  392. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js.map +0 -7
  393. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js +0 -2
  394. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js.map +0 -7
  395. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js +0 -2
  396. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js.map +0 -7
  397. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js +0 -2
  398. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js.map +0 -7
  399. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js +0 -2
  400. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js.map +0 -7
  401. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js +0 -2
  402. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js.map +0 -7
  403. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js +0 -2
  404. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js.map +0 -7
  405. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js +0 -2
  406. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js.map +0 -7
  407. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js +0 -2
  408. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js.map +0 -7
  409. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js +0 -2
  410. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js.map +0 -7
  411. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js +0 -2
  412. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js.map +0 -7
  413. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js +0 -2
  414. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js.map +0 -7
  415. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js +0 -2
  416. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js.map +0 -7
  417. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js +0 -2
  418. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js.map +0 -7
  419. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js +0 -2
  420. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js.map +0 -7
  421. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js +0 -2
  422. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js.map +0 -7
  423. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js +0 -2
  424. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js.map +0 -7
  425. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js +0 -2
  426. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js.map +0 -7
  427. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js +0 -2
  428. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js.map +0 -7
  429. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js +0 -2
  430. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js.map +0 -7
  431. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js +0 -2
  432. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js.map +0 -7
  433. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js +0 -2
  434. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js.map +0 -7
  435. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js +0 -2
  436. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js.map +0 -7
  437. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js +0 -2
  438. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js.map +0 -7
  439. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js +0 -2
  440. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js.map +0 -7
  441. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js +0 -2
  442. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js.map +0 -7
  443. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js +0 -2
  444. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js.map +0 -7
  445. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js +0 -2
  446. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js.map +0 -7
  447. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js +0 -2
  448. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js.map +0 -7
  449. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js +0 -2
  450. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js.map +0 -7
  451. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js +0 -2
  452. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js.map +0 -7
  453. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js +0 -2
  454. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js.map +0 -7
  455. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js +0 -2
  456. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js.map +0 -7
  457. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js +0 -2
  458. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js.map +0 -7
  459. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js +0 -2
  460. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js.map +0 -7
  461. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js +0 -2
  462. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js.map +0 -7
  463. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js +0 -2
  464. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js.map +0 -7
  465. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js +0 -2
  466. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js.map +0 -7
  467. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js +0 -2
  468. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js.map +0 -7
  469. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js +0 -2
  470. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js.map +0 -7
  471. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js +0 -2
  472. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js.map +0 -7
  473. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js +0 -2
  474. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js.map +0 -7
  475. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js +0 -2
  476. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js.map +0 -7
  477. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js +0 -2
  478. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js.map +0 -7
  479. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js +0 -2
  480. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js.map +0 -7
  481. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js +0 -2
  482. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js.map +0 -7
  483. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js +0 -2
  484. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js.map +0 -7
  485. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js +0 -2
  486. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js.map +0 -7
  487. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js +0 -2
  488. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js.map +0 -7
  489. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js +0 -2
  490. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js.map +0 -7
  491. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  492. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  493. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js +0 -2
  494. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js.map +0 -7
  495. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js +0 -2
  496. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js.map +0 -7
  497. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js +0 -2
  498. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js.map +0 -7
  499. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js +0 -2
  500. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js.map +0 -7
  501. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js +0 -2
  502. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js.map +0 -7
  503. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js +0 -2
  504. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js.map +0 -7
  505. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js +0 -2
  506. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js.map +0 -7
  507. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js +0 -2
  508. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js.map +0 -7
  509. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js +0 -2
  510. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js.map +0 -7
  511. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js +0 -2
  512. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js.map +0 -7
  513. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-Text.woff2 +0 -0
  514. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  515. package/dist/templates/demo-store/dist/worker/_assets/app-QCTC5PWY.css +0 -4203
  516. package/dist/templates/demo-store/dist/worker/_assets/custom-font-COCMVHUB.css +0 -13
  517. package/dist/templates/demo-store/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  518. package/dist/templates/demo-store/dist/worker/index.js +0 -1563
  519. package/dist/templates/demo-store/dist/worker/index.js.map +0 -7
  520. package/dist/templates/demo-store/package.json +0 -67
  521. package/dist/templates/demo-store/playwright.config.ts +0 -109
  522. package/dist/templates/demo-store/postcss.config.js +0 -10
  523. package/dist/templates/demo-store/public/favicon.svg +0 -28
  524. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-Text.woff2 +0 -0
  525. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  526. package/dist/templates/demo-store/remix.env.d.ts +0 -40
  527. package/dist/templates/demo-store/remix.init/index.js +0 -25
  528. package/dist/templates/demo-store/remix.init/package.json +0 -7
  529. package/dist/templates/demo-store/server.ts +0 -73
  530. package/dist/templates/demo-store/styles/app.css +0 -182
  531. package/dist/templates/demo-store/tailwind.config.js +0 -70
  532. package/dist/templates/demo-store/tests/cart.test.ts +0 -70
  533. package/dist/templates/demo-store/tests/seo.test.ts +0 -36
  534. package/dist/templates/demo-store/tests/utils.ts +0 -100
  535. package/dist/templates/demo-store/tsconfig.json +0 -25
  536. package/dist/templates/hello-world/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  537. package/dist/templates/hello-world/.cache/content-v2/sha512/e5/8f/bcb6cb6a00ef5f377be15d4ce4a8fe978d42eafa3bab9c28a0fe5540568df35c0975de5060ad2a25f4a23bf58ee2e472068854ce7d6904d6e7fa4b784f33 +0 -1
  538. package/dist/templates/hello-world/.cache/content-v2/sha512/fa/dd/9bc10a1cb1f145eabd96bdba509178e20484197fefd8469ace9f53bf277e875751db3c4dddf229807c48cbe8db19494fe2a5aab7d2a4b7ae8bebbd67509c +0 -1
  539. package/dist/templates/hello-world/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  540. package/dist/templates/hello-world/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  541. package/dist/templates/hello-world/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  542. package/dist/templates/hello-world/.eslintignore +0 -4
  543. package/dist/templates/hello-world/.eslintrc.js +0 -6
  544. package/dist/templates/hello-world/.graphqlrc.yml +0 -1
  545. package/dist/templates/hello-world/README.md +0 -20
  546. package/dist/templates/hello-world/_env +0 -6
  547. package/dist/templates/hello-world/_gitignore +0 -8
  548. package/dist/templates/hello-world/app/components/Layout.tsx +0 -15
  549. package/dist/templates/hello-world/app/components/index.ts +0 -1
  550. package/dist/templates/hello-world/app/entry.client.tsx +0 -4
  551. package/dist/templates/hello-world/app/entry.server.tsx +0 -21
  552. package/dist/templates/hello-world/app/root.tsx +0 -212
  553. package/dist/templates/hello-world/app/routes/graphiql.tsx +0 -10
  554. package/dist/templates/hello-world/app/styles/app.css +0 -38
  555. package/dist/templates/hello-world/dist/client/build/_assets/app-2MJQXVFI.css +0 -38
  556. package/dist/templates/hello-world/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  557. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js +0 -66
  558. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js.map +0 -7
  559. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  560. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  561. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  562. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  563. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js +0 -27
  564. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js.map +0 -7
  565. package/dist/templates/hello-world/dist/client/build/manifest-A04F2945.js +0 -1
  566. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js +0 -2
  567. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js.map +0 -7
  568. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  569. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  570. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js +0 -2
  571. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js.map +0 -7
  572. package/dist/templates/hello-world/dist/client/favicon.svg +0 -28
  573. package/dist/templates/hello-world/dist/worker/_assets/app-2MJQXVFI.css +0 -38
  574. package/dist/templates/hello-world/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  575. package/dist/templates/hello-world/dist/worker/index.js +0 -267
  576. package/dist/templates/hello-world/dist/worker/index.js.map +0 -7
  577. package/dist/templates/hello-world/package.json +0 -41
  578. package/dist/templates/hello-world/public/favicon.svg +0 -28
  579. package/dist/templates/hello-world/remix.env.d.ts +0 -35
  580. package/dist/templates/hello-world/remix.init/index.js +0 -25
  581. package/dist/templates/hello-world/remix.init/package.json +0 -7
  582. package/dist/templates/hello-world/server.ts +0 -129
  583. package/dist/templates/hello-world/tsconfig.json +0 -25
  584. package/dist/tmp-create-app.js +0 -33
@@ -0,0 +1,20 @@
1
+ import * as _oclif_core_lib_interfaces_parser_js from '@oclif/core/lib/interfaces/parser.js';
2
+ import Command from '@shopify/cli-kit/node/base-command';
3
+
4
+ declare class Build extends Command {
5
+ static description: string;
6
+ static flags: {
7
+ path: _oclif_core_lib_interfaces_parser_js.OptionFlag<string | undefined>;
8
+ sourcemap: _oclif_core_lib_interfaces_parser_js.BooleanFlag<boolean>;
9
+ "disable-route-warning": _oclif_core_lib_interfaces_parser_js.BooleanFlag<boolean>;
10
+ };
11
+ run(): Promise<void>;
12
+ }
13
+ declare function runBuild({ path: appPath, sourcemap, disableRouteWarning, }: {
14
+ path?: string;
15
+ sourcemap?: boolean;
16
+ disableRouteWarning?: boolean;
17
+ }): Promise<void>;
18
+ declare function copyPublicFiles(publicPath: string, buildPathClient: string): Promise<void>;
19
+
20
+ export { copyPublicFiles, Build as default, runBuild };
@@ -1,74 +1,68 @@
1
1
  import path from 'path';
2
- import { output } from '@shopify/cli-kit';
2
+ import { file, output } from '@shopify/cli-kit';
3
3
  import colors from '@shopify/cli-kit/node/colors';
4
4
  import { getProjectPaths, getRemixConfig } from '../../utils/config.js';
5
- import { commonFlags } from '../../utils/flags.js';
5
+ import { commonFlags, flagsToCamelObject } from '../../utils/flags.js';
6
6
  import Command from '@shopify/cli-kit/node/base-command';
7
7
  import Flags from '@oclif/core/lib/flags.js';
8
+ import { checkLockfileStatus } from '../../utils/check-lockfile.js';
9
+ import { findMissingRoutes } from '../../utils/missing-routes.js';
10
+ import { getPackageManager } from '@shopify/cli-kit/node/node-package-manager';
8
11
 
9
12
  const LOG_WORKER_BUILT = "\u{1F4E6} Worker built";
10
13
  class Build extends Command {
11
- static description = "Builds a Hydrogen storefront for production";
14
+ static description = "Builds a Hydrogen storefront for production.";
12
15
  static flags = {
13
- ...commonFlags,
16
+ path: commonFlags.path,
14
17
  sourcemap: Flags.boolean({
15
- env: "SHOPIFY_HYDROGEN_FLAG_SOURCEMAP"
16
- }),
17
- entry: Flags.string({
18
+ description: "Generate sourcemaps for the build.",
18
19
  env: "SHOPIFY_HYDROGEN_FLAG_SOURCEMAP",
19
- required: true
20
+ default: true
20
21
  }),
21
- minify: Flags.boolean({
22
- description: "Minify the build output",
23
- env: "SHOPIFY_HYDROGEN_FLAG_MINIFY"
22
+ ["disable-route-warning"]: Flags.boolean({
23
+ description: "Disable warning about missing standard routes.",
24
+ env: "SHOPIFY_HYDROGEN_FLAG_DISABLE_ROUTE_WARNING"
24
25
  })
25
26
  };
26
27
  async run() {
27
28
  const { flags } = await this.parse(Build);
28
29
  const directory = flags.path ? path.resolve(flags.path) : process.cwd();
29
- await runBuild({ ...flags, path: directory });
30
+ await runBuild({ ...flagsToCamelObject(flags), path: directory });
30
31
  }
31
32
  }
32
33
  async function runBuild({
33
- entry,
34
+ path: appPath,
34
35
  sourcemap = true,
35
- path: appPath
36
+ disableRouteWarning = false
36
37
  }) {
37
38
  if (!process.env.NODE_ENV) {
38
39
  process.env.NODE_ENV = "production";
39
40
  }
40
- const {
41
- root,
42
- entryFile,
43
- buildPath,
44
- buildPathClient,
45
- buildPathWorkerFile,
46
- publicPath
47
- } = getProjectPaths(appPath, entry);
41
+ const { root, buildPath, buildPathClient, buildPathWorkerFile, publicPath } = getProjectPaths(appPath);
42
+ await checkLockfileStatus(root);
48
43
  console.time(LOG_WORKER_BUILT);
49
- const { default: fsExtra } = await import('fs-extra');
50
44
  const [remixConfig] = await Promise.all([
51
- getRemixConfig(root, entryFile, publicPath),
52
- fsExtra.rm(buildPath, { force: true, recursive: true })
45
+ getRemixConfig(root),
46
+ file.rmdir(buildPath, { force: true })
53
47
  ]);
54
48
  output.info(`
55
49
  \u{1F3D7}\uFE0F Building in ${process.env.NODE_ENV} mode...`);
56
- const remix = await import('@remix-run/dev/dist/compiler.js');
50
+ const { build } = await import('@remix-run/dev/dist/compiler/build.js');
51
+ const { logCompileFailure } = await import('@remix-run/dev/dist/compiler/onCompileFailure.js');
57
52
  await Promise.all([
58
53
  copyPublicFiles(publicPath, buildPathClient),
59
- remix.build(remixConfig, {
54
+ build(remixConfig, {
60
55
  mode: process.env.NODE_ENV,
61
56
  sourcemap,
62
- onBuildFailure: (failure) => {
63
- remix.formatBuildFailure(failure);
57
+ onCompileFailure: (failure) => {
58
+ logCompileFailure(failure);
64
59
  throw Error();
65
60
  }
66
61
  })
67
62
  ]);
68
63
  if (process.env.NODE_ENV !== "development") {
69
64
  console.timeEnd(LOG_WORKER_BUILT);
70
- const { size } = await fsExtra.stat(buildPathWorkerFile);
71
- const sizeMB = size / (1024 * 1024);
65
+ const sizeMB = await file.size(buildPathWorkerFile) / (1024 * 1024);
72
66
  output.info(
73
67
  output.content` ${colors.dim(
74
68
  path.relative(root, buildPathWorkerFile)
@@ -76,17 +70,28 @@ async function runBuild({
76
70
  );
77
71
  if (sizeMB >= 1) {
78
72
  output.warn(
79
- "\u{1F6A8} Worker bundle exceeds 1 MB! This can delay your worker response.\n"
73
+ `\u{1F6A8} Worker bundle exceeds 1 MB! This can delay your worker response.${remixConfig.serverMinify ? "" : " Minify your bundle by adding `serverMinify: true` to remix.config.js."}
74
+ `
75
+ );
76
+ }
77
+ }
78
+ if (!disableRouteWarning) {
79
+ const missingRoutes = findMissingRoutes(remixConfig);
80
+ if (missingRoutes.length) {
81
+ const packageManager = await getPackageManager(root);
82
+ const exec = packageManager === "npm" ? "npx" : packageManager;
83
+ output.warn(
84
+ `Heads up: Shopify stores have a number of standard routes that aren\u2019t set up yet.
85
+ Some functionality and backlinks might not work as expected until these are created or redirects are set up.
86
+ This build is missing ${missingRoutes.length} route${missingRoutes.length > 1 ? "s" : ""}. For more details, run \`${exec} shopify hydrogen check routes\`.
87
+ `
80
88
  );
81
89
  }
82
90
  }
91
+ process.exit(0);
83
92
  }
84
93
  async function copyPublicFiles(publicPath, buildPathClient) {
85
- const { default: fsExtra } = await import('fs-extra');
86
- return fsExtra.copy(publicPath, buildPathClient, {
87
- recursive: true,
88
- overwrite: true
89
- });
94
+ return file.copy(publicPath, buildPathClient);
90
95
  }
91
96
 
92
97
  export { copyPublicFiles, Build as default, runBuild };
@@ -0,0 +1,18 @@
1
+ import * as _oclif_core_lib_interfaces_parser_js from '@oclif/core/lib/interfaces/parser.js';
2
+ import Command from '@shopify/cli-kit/node/base-command';
3
+
4
+ declare class GenerateRoute extends Command {
5
+ static description: string;
6
+ static flags: {
7
+ path: _oclif_core_lib_interfaces_parser_js.OptionFlag<string | undefined>;
8
+ };
9
+ static args: {
10
+ name: string;
11
+ description: string;
12
+ required: boolean;
13
+ options: string[];
14
+ }[];
15
+ run(): Promise<void>;
16
+ }
17
+
18
+ export { GenerateRoute as default };
@@ -0,0 +1,35 @@
1
+ import Command from '@shopify/cli-kit/node/base-command';
2
+ import { path } from '@shopify/cli-kit';
3
+ import { commonFlags } from '../../utils/flags.js';
4
+ import { getRemixConfig } from '../../utils/config.js';
5
+ import { logMissingRoutes, findMissingRoutes } from '../../utils/missing-routes.js';
6
+
7
+ class GenerateRoute extends Command {
8
+ static description = "Returns diagnostic information about a Hydrogen storefront.";
9
+ static flags = {
10
+ path: commonFlags.path
11
+ };
12
+ static args = [
13
+ {
14
+ name: "resource",
15
+ description: `The resource to check. Currently only 'routes' is supported.`,
16
+ required: true,
17
+ options: ["routes"]
18
+ }
19
+ ];
20
+ async run() {
21
+ const { flags, args } = await this.parse(GenerateRoute);
22
+ const directory = flags.path ? path.resolve(flags.path) : process.cwd();
23
+ if (args.resource === "routes") {
24
+ await runCheckRoutes({ directory });
25
+ } else {
26
+ throw new Error("Invalid command argument.");
27
+ }
28
+ }
29
+ }
30
+ async function runCheckRoutes({ directory }) {
31
+ const remixConfig = await getRemixConfig(directory);
32
+ logMissingRoutes(findMissingRoutes(remixConfig));
33
+ }
34
+
35
+ export { GenerateRoute as default };
@@ -0,0 +1,14 @@
1
+ import * as _oclif_core_lib_interfaces_parser_js from '@oclif/core/lib/interfaces/parser.js';
2
+ import Command from '@shopify/cli-kit/node/base-command';
3
+
4
+ declare class Dev extends Command {
5
+ static description: string;
6
+ static flags: {
7
+ path: _oclif_core_lib_interfaces_parser_js.OptionFlag<string | undefined>;
8
+ port: _oclif_core_lib_interfaces_parser_js.OptionFlag<number>;
9
+ "disable-virtual-routes": _oclif_core_lib_interfaces_parser_js.BooleanFlag<boolean>;
10
+ };
11
+ run(): Promise<void>;
12
+ }
13
+
14
+ export { Dev as default };
@@ -4,99 +4,99 @@ import { output } from '@shopify/cli-kit';
4
4
  import { copyPublicFiles } from './build.js';
5
5
  import { getProjectPaths, getRemixConfig } from '../../utils/config.js';
6
6
  import { muteDevLogs } from '../../utils/log.js';
7
- import { commonFlags } from '../../utils/flags.js';
7
+ import { commonFlags, flagsToCamelObject } from '../../utils/flags.js';
8
8
  import Command from '@shopify/cli-kit/node/base-command';
9
9
  import Flags from '@oclif/core/lib/flags.js';
10
10
  import { startMiniOxygen } from '../../utils/mini-oxygen.js';
11
+ import { checkHydrogenVersion } from '../../utils/check-version.js';
12
+ import { addVirtualRoutes } from '../../utils/virtual-routes.js';
11
13
 
12
14
  const LOG_INITIAL_BUILD = "\n\u{1F3C1} Initial build";
13
15
  const LOG_REBUILDING = "\u{1F9F1} Rebuilding...";
14
16
  const LOG_REBUILT = "\u{1F680} Rebuilt";
15
17
  class Dev extends Command {
16
- static description = "Runs Hydrogen storefront in a MiniOxygen worker in development";
18
+ static description = "Runs Hydrogen storefront in an Oxygen worker for development.";
17
19
  static flags = {
18
- ...commonFlags,
19
- port: Flags.integer({
20
- description: "Port to run the preview server on",
21
- env: "SHOPIFY_HYDROGEN_FLAG_PORT",
22
- default: 3e3
23
- }),
24
- entry: Flags.string({
25
- env: "SHOPIFY_HYDROGEN_FLAG_ENTRY",
26
- required: true
20
+ path: commonFlags.path,
21
+ port: commonFlags.port,
22
+ ["disable-virtual-routes"]: Flags.boolean({
23
+ description: "Disable rendering fallback routes when a route file doesn't exist",
24
+ env: "SHOPIFY_HYDROGEN_FLAG_DISABLE_VIRTUAL_ROUTES",
25
+ default: false
27
26
  })
28
27
  };
29
28
  async run() {
30
29
  const { flags } = await this.parse(Dev);
31
30
  const directory = flags.path ? path.resolve(flags.path) : process.cwd();
32
- await runDev({ ...flags, path: directory });
31
+ await runDev({ ...flagsToCamelObject(flags), path: directory });
33
32
  }
34
33
  }
35
34
  async function runDev({
36
- entry,
37
35
  port,
38
- path: appPath
36
+ path: appPath,
37
+ disableVirtualRoutes
39
38
  }) {
40
39
  if (!process.env.NODE_ENV)
41
40
  process.env.NODE_ENV = "development";
42
41
  muteDevLogs();
43
- await compileAndWatch(getProjectPaths(appPath, entry), { port });
44
- }
45
- async function compileAndWatch(projectPaths, options = {}, isInit = true) {
46
- isInit && console.time(LOG_INITIAL_BUILD);
47
- const { root, entryFile, publicPath, buildPathClient, buildPathWorkerFile } = projectPaths;
48
- const shouldReloadRemixApp = (file) => file.startsWith(path.resolve(root, "remix.config."));
49
- const remixConfig = await getRemixConfig(
50
- root,
51
- entryFile,
52
- publicPath,
53
- options.cacheBust
54
- );
42
+ console.time(LOG_INITIAL_BUILD);
43
+ const { root, publicPath, buildPathClient, buildPathWorkerFile } = getProjectPaths(appPath);
44
+ const checkingHydrogenVersion = checkHydrogenVersion(root);
55
45
  const copyingFiles = copyPublicFiles(publicPath, buildPathClient);
56
- const remix = await import('@remix-run/dev/dist/compiler.js');
57
- const stopCompileWatcher = await remix.watch(remixConfig, {
46
+ const reloadConfig = async () => {
47
+ const config = await getRemixConfig(root);
48
+ return disableVirtualRoutes ? config : addVirtualRoutes(config);
49
+ };
50
+ const getFilePaths = (file) => {
51
+ const fileRelative = path.relative(root, file);
52
+ return [fileRelative, path.resolve(root, fileRelative)];
53
+ };
54
+ const { watch } = await import('@remix-run/dev/dist/compiler/watch.js');
55
+ await watch(await reloadConfig(), {
56
+ reloadConfig,
58
57
  mode: process.env.NODE_ENV,
59
58
  async onInitialBuild() {
60
59
  await copyingFiles;
61
- if (isInit) {
62
- console.timeEnd(LOG_INITIAL_BUILD);
63
- await startMiniOxygen({
64
- root,
65
- port: options.port,
66
- watch: true,
67
- buildPathWorkerFile,
68
- buildPathClient
69
- });
70
- }
60
+ console.timeEnd(LOG_INITIAL_BUILD);
61
+ await startMiniOxygen({
62
+ root,
63
+ port,
64
+ watch: true,
65
+ buildPathWorkerFile,
66
+ buildPathClient
67
+ });
68
+ const showUpgrade = await checkingHydrogenVersion;
69
+ if (showUpgrade)
70
+ showUpgrade();
71
71
  },
72
72
  async onFileCreated(file) {
73
+ const [relative, absolute] = getFilePaths(file);
73
74
  output.info(`
74
- \u{1F4C4} File created: ${path.relative(root, file)}`);
75
- if (file.startsWith(publicPath)) {
76
- await copyPublicFiles(file, file.replace(publicPath, buildPathClient));
77
- }
78
- if (shouldReloadRemixApp(file)) {
79
- await reloadRemixApp(file);
75
+ \u{1F4C4} File created: ${relative}`);
76
+ if (absolute.startsWith(publicPath)) {
77
+ await copyPublicFiles(
78
+ absolute,
79
+ absolute.replace(publicPath, buildPathClient)
80
+ );
80
81
  }
81
82
  },
82
83
  async onFileChanged(file) {
84
+ const [relative, absolute] = getFilePaths(file);
83
85
  output.info(`
84
- \u{1F4C4} File changed: ${path.relative(root, file)}`);
85
- if (file.startsWith(publicPath)) {
86
- await copyPublicFiles(file, file.replace(publicPath, buildPathClient));
87
- }
88
- if (shouldReloadRemixApp(file)) {
89
- await reloadRemixApp(file);
86
+ \u{1F4C4} File changed: ${relative}`);
87
+ if (absolute.startsWith(publicPath)) {
88
+ await copyPublicFiles(
89
+ absolute,
90
+ absolute.replace(publicPath, buildPathClient)
91
+ );
90
92
  }
91
93
  },
92
94
  async onFileDeleted(file) {
95
+ const [relative, absolute] = getFilePaths(file);
93
96
  output.info(`
94
- \u{1F4C4} File deleted: ${path.relative(root, file)}`);
95
- if (file.startsWith(publicPath)) {
96
- await fs.unlink(file.replace(publicPath, buildPathClient));
97
- }
98
- if (shouldReloadRemixApp(file)) {
99
- await reloadRemixApp(file);
97
+ \u{1F4C4} File deleted: ${relative}`);
98
+ if (absolute.startsWith(publicPath)) {
99
+ await fs.unlink(absolute.replace(publicPath, buildPathClient));
100
100
  }
101
101
  },
102
102
  onRebuildStart() {
@@ -107,10 +107,6 @@ async function compileAndWatch(projectPaths, options = {}, isInit = true) {
107
107
  console.timeEnd(LOG_REBUILT);
108
108
  }
109
109
  });
110
- async function reloadRemixApp(cacheBust) {
111
- await stopCompileWatcher();
112
- compileAndWatch(projectPaths, { ...options, cacheBust }, false);
113
- }
114
110
  }
115
111
 
116
- export { Dev as default, runDev };
112
+ export { Dev as default };
@@ -0,0 +1,34 @@
1
+ import * as _oclif_core_lib_interfaces_parser_js from '@oclif/core/lib/interfaces/parser.js';
2
+ import Command from '@shopify/cli-kit/node/base-command';
3
+
4
+ declare const GENERATOR_TEMPLATES_DIR = "generator-templates";
5
+ interface Result {
6
+ operation: 'generated' | 'skipped' | 'overwritten';
7
+ }
8
+ declare class GenerateRoute extends Command {
9
+ static description: string;
10
+ static flags: {
11
+ adapter: _oclif_core_lib_interfaces_parser_js.OptionFlag<string | undefined>;
12
+ typescript: _oclif_core_lib_interfaces_parser_js.BooleanFlag<boolean>;
13
+ force: _oclif_core_lib_interfaces_parser_js.BooleanFlag<boolean>;
14
+ path: _oclif_core_lib_interfaces_parser_js.OptionFlag<string | undefined>;
15
+ };
16
+ static hidden: true;
17
+ static args: {
18
+ name: string;
19
+ description: string;
20
+ required: boolean;
21
+ options: string[];
22
+ env: string;
23
+ }[];
24
+ run(): Promise<void>;
25
+ }
26
+ declare function runGenerate(route: string, { directory, typescript, force, adapter, templatesRoot, }: {
27
+ directory: string;
28
+ typescript?: boolean;
29
+ force?: boolean;
30
+ adapter?: string;
31
+ templatesRoot?: string;
32
+ }): Promise<Result>;
33
+
34
+ export { GENERATOR_TEMPLATES_DIR, GenerateRoute as default, runGenerate };
@@ -0,0 +1,165 @@
1
+ import Command from '@shopify/cli-kit/node/base-command';
2
+ import { path, file, ui } from '@shopify/cli-kit';
3
+ import { AbortError } from '@shopify/cli-kit/node/error';
4
+ import { renderSuccess } from '@shopify/cli-kit/node/ui';
5
+ import { commonFlags } from '../../../utils/flags.js';
6
+ import Flags from '@oclif/core/lib/flags.js';
7
+ import { transpileFile, format, resolveFormatConfig } from '../../../utils/transpile-ts.js';
8
+
9
+ const GENERATOR_TEMPLATES_DIR = "generator-templates";
10
+ const ROUTE_MAP = {
11
+ home: "/index",
12
+ page: "/pages/$pageHandle",
13
+ cart: "/cart",
14
+ products: "/products/$productHandle",
15
+ collections: "/collections/$collectionHandle",
16
+ policies: ["/policies/index", "/policies/$policyHandle"],
17
+ robots: "/[robots.txt]",
18
+ sitemap: "/[sitemap.xml]",
19
+ account: ["/account/login", "/account/register"]
20
+ };
21
+ const ROUTES = [...Object.keys(ROUTE_MAP), "all"];
22
+ class GenerateRoute extends Command {
23
+ static description = "Generates a standard Shopify route.";
24
+ static flags = {
25
+ adapter: Flags.string({
26
+ description: "Remix adapter used in the route. The default is `@shopify/remix-oxygen`.",
27
+ env: "SHOPIFY_HYDROGEN_FLAG_ADAPTER"
28
+ }),
29
+ typescript: Flags.boolean({
30
+ description: "Generate TypeScript files",
31
+ env: "SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT"
32
+ }),
33
+ force: commonFlags.force,
34
+ path: commonFlags.path
35
+ };
36
+ static hidden;
37
+ static args = [
38
+ {
39
+ name: "route",
40
+ description: `The route to generate. One of ${ROUTES.join()}.`,
41
+ required: true,
42
+ options: ROUTES,
43
+ env: "SHOPIFY_HYDROGEN_ARG_ROUTE"
44
+ }
45
+ ];
46
+ async run() {
47
+ const result = /* @__PURE__ */ new Map();
48
+ const { flags, args } = await this.parse(GenerateRoute);
49
+ const directory = flags.path ? path.resolve(flags.path) : process.cwd();
50
+ const { route } = args;
51
+ const routePath = route === "all" ? Object.values(ROUTE_MAP).flat() : ROUTE_MAP[route];
52
+ if (!routePath) {
53
+ throw new AbortError(
54
+ `No route found for ${route}. Try one of ${ROUTES.join()}.`
55
+ );
56
+ }
57
+ const isTypescript = flags.typescript || await file.exists(path.join(directory, "tsconfig.json"));
58
+ const routesArray = Array.isArray(routePath) ? routePath : [routePath];
59
+ try {
60
+ for (const item of routesArray) {
61
+ result.set(
62
+ item,
63
+ await runGenerate(item, {
64
+ directory,
65
+ typescript: isTypescript,
66
+ force: flags.force,
67
+ adapter: flags.adapter
68
+ })
69
+ );
70
+ }
71
+ } catch (err) {
72
+ throw new AbortError(err.message);
73
+ }
74
+ const extension = isTypescript ? ".tsx" : ".jsx";
75
+ const success = Array.from(result.values()).filter(
76
+ (result2) => result2.operation !== "skipped"
77
+ );
78
+ renderSuccess({
79
+ headline: `${success.length} of ${result.size} route${result.size > 1 ? "s" : ""} generated`,
80
+ body: {
81
+ list: {
82
+ items: Array.from(result.entries()).map(
83
+ ([path2, { operation }]) => `[${operation}] app/routes${path2}${extension}`
84
+ )
85
+ }
86
+ }
87
+ });
88
+ }
89
+ }
90
+ async function runGenerate(route, {
91
+ directory,
92
+ typescript,
93
+ force,
94
+ adapter,
95
+ templatesRoot = new URL("../../../", import.meta.url).pathname
96
+ }) {
97
+ let operation;
98
+ const extension = typescript ? ".tsx" : ".jsx";
99
+ const templatePath = path.join(
100
+ templatesRoot,
101
+ GENERATOR_TEMPLATES_DIR,
102
+ "routes",
103
+ `${route}.tsx`
104
+ );
105
+ const destinationPath = path.join(
106
+ directory,
107
+ "app",
108
+ "routes",
109
+ `${route}${extension}`
110
+ );
111
+ const relativeDestinationPath = path.relative(directory, destinationPath);
112
+ if (!force && await file.exists(destinationPath)) {
113
+ const options = [
114
+ { name: "No", value: "skip" },
115
+ { name: `Yes`, value: "overwrite" }
116
+ ];
117
+ const choice = await ui.prompt([
118
+ {
119
+ type: "select",
120
+ name: "value",
121
+ message: `The file ${path.relativize(
122
+ relativeDestinationPath
123
+ )} already exists. Do you want to overwrite it?`,
124
+ choices: options
125
+ }
126
+ ]);
127
+ operation = choice.value === "skip" ? "skipped" : "overwritten";
128
+ if (operation === "skipped") {
129
+ return { operation };
130
+ }
131
+ } else {
132
+ operation = "generated";
133
+ }
134
+ let templateContent = await file.read(templatePath);
135
+ if (!typescript) {
136
+ const jsConfigPath = path.join(directory, "jsconfig.json");
137
+ const config = await file.exists(jsConfigPath) ? JSON.parse(
138
+ (await file.read(jsConfigPath, { encoding: "utf8" })).replace(
139
+ /^\s*\/\/.*$/gm,
140
+ ""
141
+ )
142
+ ) : void 0;
143
+ templateContent = transpileFile(templateContent, config?.compilerOptions);
144
+ }
145
+ if (adapter) {
146
+ templateContent = templateContent.replace(
147
+ /@shopify\/remix-oxygen/g,
148
+ adapter
149
+ );
150
+ }
151
+ templateContent = format(
152
+ templateContent,
153
+ await resolveFormatConfig(destinationPath),
154
+ destinationPath
155
+ );
156
+ if (!await file.exists(path.dirname(destinationPath))) {
157
+ await file.mkdir(path.dirname(destinationPath));
158
+ }
159
+ await file.write(destinationPath, templateContent);
160
+ return {
161
+ operation
162
+ };
163
+ }
164
+
165
+ export { GENERATOR_TEMPLATES_DIR, GenerateRoute as default, runGenerate };