issues
search
witnet
/
sheikah
A Witnet compatible desktop wallet and smart contracts development environment
https://witnet.io
GNU General Public License v3.0
37
stars
23
forks
source link
Fix/vue3/build
#1875
Closed
Tommytrg
closed
8 months ago
Tommytrg
commented
8 months ago
feat(api): listen to open event in ws connection
. The
ready
attribute from
rpc-websockets client
is private and can't be read. We need to fix this to be able to run the build command without typescript errors.
fix(ui-compo): update file input type
. We have to update the type of the input variable to avoid errors during the build process
style(electron): reorganize imports
style(types): remove deleted components from type definitions
chore: update dirname to globalthis
We have to include the dependencies as devDependencies to be inclued in the build:
https://github.com/electron-vite/vite-plugin-electron-renderer?tab=readme-ov-file#dependencies-vs-devdependencies
ci(build): update ci to use pnpm and update deps
chore: update product name
close #1874
ready
attribute from rpc-websockets client is private and can't be read. We need to fix this to be able to run the build command without typescript errors.close #1874