feat: bootstrap multi-tenant storefront showcase
This commit is contained in:
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
plugins: {
|
||||
'postcss-storestyles': {
|
||||
storeCode: process.env.NEXT_PUBLIC_STORE_CODE ?? 'executive',
|
||||
},
|
||||
'@tailwindcss/postcss': { optimize: false },
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user