refactor shopify storefront
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user