Skip to content

chore: remove routify #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dry-cougars-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': minor
---

chore: remove routify
1 change: 0 additions & 1 deletion documentation/docs/20-commands/20-sv-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ You can select multiple space-separated add-ons from [the list below](#Official-
- `paraglide`
- `playwright`
- `prettier`
- `routify`
- `storybook`
- `tailwindcss`
- `vitest`
4 changes: 1 addition & 3 deletions packages/adders/_config/official.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import mdsvex from '../mdsvex/index.ts';
import paraglide from '../paraglide/index.ts';
import playwright from '../playwright/index.ts';
import prettier from '../prettier/index.ts';
import routify from '../routify/index.ts';
import storybook from '../storybook/index.ts';
import tailwindcss from '../tailwindcss/index.ts';
import vitest from '../vitest/index.ts';
Expand All @@ -24,8 +23,7 @@ export const officialAdders = [
lucia,
mdsvex,
paraglide,
storybook,
routify
storybook
];

export function getAdderDetails(id: string): AdderWithoutExplicitArgs {
Expand Down
85 changes: 0 additions & 85 deletions packages/adders/routify/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/adders/routify/logo.svg

This file was deleted.

22 changes: 0 additions & 22 deletions packages/adders/routify/tests.ts

This file was deleted.