This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
storj
Watch
1
Star
0
Fork
0
You've already forked storj
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0b5476e78
storj
/
web
/
satellite
/
.env
2 lines
34 B
Bash
Raw
Normal View
History
Unescape
Escape
web/satellite: migrate webpack to vite Migrated webpack to vite. Replaced jest with vitest (because I couldn't resolve 'import.meta' issue) Replaced legacy vue-svg-loader with vite-svg-loader Replaced bip39 dep with bip39-english (it includes only english wordlist) Replaced aws-sdk v2 with aws-sdk V3 (because v2 was throwing some weird error in console. Ref: https://stackoverflow.com/questions/75107933/aws-sdk-contributes-to-build-error-uncaught-typeerror-e-is-not-a-constructor) Renamed VUE_APP_ENDPOINT_URL env variable to VITE_ENDPOINT_URL Removed a ton of dependencies (like babel and jest-related stuff). Tested in Chrome, Safari, Brave, Firefox and Opera browsers. Additionally fixed logout errors from buckets and object browser routes. TODO: try to remove util and stream-browserify dependencies and see if it works Change-Id: I4562649a59eb0ba80c1a672d55c59fceb8c80b23
2023-05-23 15:28:48 +01:00
VITE_ENDPOINT_URL
=
/api/v0/graphql
Reference in New Issue
Copy Permalink