Using custom domain
For Multi-Store configuration use the following guide
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.export = {
magento: { ... },
host: 'scandipwa.local'
}Last updated