mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 01:55:09 +00:00
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.18 to 4.2.19. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| server.js | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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