feat: bootstrap multi-tenant storefront showcase

This commit is contained in:
2026-06-29 12:06:10 +01:00
commit 1c9e946464
11 changed files with 763 additions and 0 deletions

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
export default {
plugins: {
'postcss-storestyles': {
storeCode: process.env.NEXT_PUBLIC_STORE_CODE ?? 'executive',
},
'@tailwindcss/postcss': { optimize: false },
},
};