Configuration
Nuxt.js Configuration
Environment / Runtime Variables
Environment specific variables are provided via nuxts runtime configuration based on the dotenv module.
All environment variables are placed in the platform specific config directory e.g.: Shopware .env_example
Modules
hubble PWA sets some nuxt specific configurations like runtime variables and a collection of modules, which can be found in the platform specific directory e.g: Shopware configs To override them, simply set the configuration you want to your nuxt.config.ts like you would in a regular nuxt project.