Skip to content

Commit b34d80e

Browse files
authored
chore: remove routify (#252)
* chore: remove routify adder * remove from docs * changeset
1 parent 6e2e9da commit b34d80e

File tree

6 files changed

+6
-112
lines changed

6 files changed

+6
-112
lines changed

.changeset/dry-cougars-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': minor
3+
---
4+
5+
chore: remove routify

documentation/docs/20-commands/20-sv-add.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ You can select multiple space-separated add-ons from [the list below](#Official-
3333
- `paraglide`
3434
- `playwright`
3535
- `prettier`
36-
- `routify`
3736
- `storybook`
3837
- `tailwindcss`
3938
- `vitest`

packages/adders/_config/official.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import mdsvex from '../mdsvex/index.ts';
77
import paraglide from '../paraglide/index.ts';
88
import playwright from '../playwright/index.ts';
99
import prettier from '../prettier/index.ts';
10-
import routify from '../routify/index.ts';
1110
import storybook from '../storybook/index.ts';
1211
import tailwindcss from '../tailwindcss/index.ts';
1312
import vitest from '../vitest/index.ts';
@@ -24,8 +23,7 @@ export const officialAdders = [
2423
lucia,
2524
mdsvex,
2625
paraglide,
27-
storybook,
28-
routify
26+
storybook
2927
];
3028

3129
export function getAdderDetails(id: string): AdderWithoutExplicitArgs {

packages/adders/routify/index.ts

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

packages/adders/routify/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/adders/routify/tests.ts

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

0 commit comments

Comments
 (0)