Kari Närhi
Kari Närhi
**Describe the bug** I have following setup for AssetServerPlugin where I use defaults for local dev and DigitalOcean Spaces for Staging/Production: ```typescript AssetServerPlugin.init( IS_DEV ? { // Default Vendure Asset...
**Is your feature request related to a problem? Please describe.** As is recommended, the UI-folders of plugins should be excluded from the tsconfig-compilation since those are compiled into the Admin...
Allow developer to inject scripts into Admin UI's index.html (E.g in case an API needs it to work).
**Is your feature request related to a problem? Please describe.** Some API's, like Google Maps Javascript API, need to be loaded with script tags that are in index.html, but we...
**Is your feature request related to a problem? Please describe.** Currently Vendure (+ Admin UI) build and testing steps require custom scripts. For example with build, compiling Typescript files and...
**Is your feature request related to a problem? Please describe.** Currently most of Vendure's delivery-logic is based on shipping / using courier services. However, there are cases where people wont...
**Is your feature request related to a problem? Please describe.** I am using [ngx-translate](https://github.com/ngx-translate/core) for translations on Storefront. When I get error messages from API-side, I cannot translate them since...