Summary
Hey everyone,
Just wanted to post a short notice on a breaking change I will be implementing. Essentially, I plan to remove the data folder and move the Shopify and Klaviyo code into the their respective /modules folders. I notice that certain Nuxt composables, like $fetch and creatError, do properly reach inside the /data folder since its not an official folder recognized by Nuxt. This causes type readability errors in IDEs like VS code, which are sort of annoying (although the code still works just fine). I've already made the change on some of my personal/client projects and its working very well.
The next PR will contain this upcoming change!
Summary
Hey everyone,
Just wanted to post a short notice on a breaking change I will be implementing. Essentially, I plan to remove the
datafolder and move the Shopify and Klaviyo code into the their respective/modulesfolders. I notice that certain Nuxt composables, like$fetchandcreatError, do properly reach inside the/datafolder since its not an official folder recognized by Nuxt. This causes type readability errors in IDEs like VS code, which are sort of annoying (although the code still works just fine). I've already made the change on some of my personal/client projects and its working very well.The next PR will contain this upcoming change!