dependabot[bot] a39193ee14 build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459) 7 月之前
..
src 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
.gitignore 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
README.md 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
package.json a39193ee14 build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459) 7 月之前
server.js 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
svelte.config.js 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
tsconfig.json 30725ced4d examples: add SvelteKit example (#5181) 11 月之前
vite.config.ts 30725ced4d examples: add SvelteKit example (#5181) 11 月之前

README.md

Uppy with Svelte

Run it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/svelte-app dev