Configuring Multi-Store
1. Add domain to the /etc/hosts file
# /etc/hosts file
127.0.0.1 localhost
127.0.0.1 scandipwa.local # some other domain2. Setup CMA
module.exports = {
// other configurations
storeDomains: {
admin: 'scandipwa.local'
}
};Last updated