Theming @compoents folder components in purpose of future merging with updates, prepared to deploy on heroku

This commit is contained in:
Bayram Muhiyev
2021-07-22 13:51:53 +05:00
parent 33661cb30a
commit 7f02987f34
12 changed files with 395 additions and 23 deletions

View File

@@ -24,7 +24,9 @@
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/vendure"],
"@framework/*": ["framework/vendure/*"]
"@framework/*": ["framework/vendure/*"],
"@theme": ["theme/dap"],
"@theme/*": ["theme/dap/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],