Nando
Results
2
comments of
Nando
i found the error, i got this when im build ```bash ../../node_modules/inversify/lib/annotation/injectable.d.ts:1:52 - error TS1005: ',' expected. 1 declare function injectable(): unknown>(target: T) => T; ``` I take a look...
I got an issue where i need to load image and video inside tauri as an asset where the file is located in randomly path, but i solve that issue...