Add basic Spree framework structure

This commit is contained in:
tniezg
2021-07-23 11:23:42 +02:00
parent dd6ad7556e
commit a3ef27f5e7
9 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"provider": "spree",
"features": {
"wishlist": false,
"cart": false,
"search": false,
"customerAuth": false
}
}