This won't stat (compile module) vite: ```js <img alt="Vue logo" src="./assets/logo.png" /> ``` These will start even if logo is not found: ```js <img alt="Vue logo" src="assets/logo.png" /> <img alt="Vue logo" src="/assets/logo.png" /> ``` I can't get any combination to work with both vite and vue-cli-service with vue 3.