You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn build
yarn run v1.22.15
$ vite build
vite v2.6.14 building for production...
✓ 65 modules transformed.
[vite:asset-import-meta-url] ENOENT: no such file or directory, open 'C:\img\default-avatar.jpg'
file: C:/laragon/www/crater/resources/scripts/components/base/BaseFileUploader.vue
Seems to be related to:
function getDefaultAvatar() {
const imgUrl = new URL('/img/default-avatar.jpg', import.meta.url)
return imgUrl
}
The text was updated successfully, but these errors were encountered:
Seems to be related to:
The text was updated successfully, but these errors were encountered: