Skip to content

Commit 41a15c4

Browse files
committed
chore(examples): replace Yarn with Bun
1 parent c194218 commit 41a15c4

File tree

16 files changed

+18
-5836
lines changed

16 files changed

+18
-5836
lines changed

examples/rollup/bun.lockb

45.4 KB
Binary file not shown.

examples/rollup/yarn.lock

Lines changed: 0 additions & 795 deletions
This file was deleted.

examples/routify/bun.lockb

46.8 KB
Binary file not shown.

examples/routify/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@tsconfig/svelte/tsconfig.json",
33
"compilerOptions": {
4+
"noEmit": true,
45
"target": "esnext",
56
"useDefineForClassFields": true,
67
"module": "esnext",
File renamed without changes.

examples/routify/yarn.lock

Lines changed: 0 additions & 801 deletions
This file was deleted.

examples/sveltekit/bun.lockb

46.5 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { sveltekit } from "@sveltejs/kit/vite";
2+
import type { UserConfig } from "vite";
23

3-
/** @type {import('vite').UserConfig} */
44
export default {
55
plugins: [sveltekit()],
6-
};
6+
} satisfies UserConfig;

examples/sveltekit/yarn.lock

Lines changed: 0 additions & 808 deletions
This file was deleted.

examples/vite/bun.lockb

30.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)