refactor shopify storefront

This commit is contained in:
Rami Bitar
2026-05-05 13:42:40 -04:00
parent ba8826030c
commit 62fbdead87
156 changed files with 1688 additions and 8293 deletions

View File

@@ -22,6 +22,19 @@
"~/*": ["./*"]
}
},
"include": ["src", "api", "editor", "vite.config.ts"],
"include": [
"src",
"api",
"components",
"config",
"contexts",
"graphql",
"hooks",
"lib",
"services",
"vendor",
"react-editor.config.tsx",
"vite.config.ts"
],
"exclude": ["node_modules", "dist"]
}