ipfs-vite-svelte-kit icon indicating copy to clipboard operation
ipfs-vite-svelte-kit copied to clipboard

Using IPFS in SvelteKit with Vite

Results 1 ipfs-vite-svelte-kit issues
Sort by recently updated
recently updated
newest added

i had to use ``` esbuild --external:node:* --external:net --external:util ``` to build `src/modules/ipfs-core/ipfs-core.js` otherwise esbuild would say ``` ✘ [ERROR] Could not resolve "util" ✘ [ERROR] Could not resolve "node:http"...