Skip to content

Commit 837a310

Browse files
committed
chore(examples): remove catch-all-routes example
1 parent fc7c0a5 commit 837a310

File tree

11 files changed

+0
-195
lines changed

11 files changed

+0
-195
lines changed

examples/catch-all-routes/.gitignore

-40
This file was deleted.

examples/catch-all-routes/README.md

-36
This file was deleted.

examples/catch-all-routes/app/_components/header.tsx

-32
This file was deleted.

examples/catch-all-routes/app/about/page.tsx

-7
This file was deleted.

examples/catch-all-routes/app/layout.tsx

-21
This file was deleted.

examples/catch-all-routes/app/page.tsx

-7
This file was deleted.

examples/catch-all-routes/app/post/[...slug]/page.tsx

-11
This file was deleted.

examples/catch-all-routes/package.json

-19
This file was deleted.

examples/catch-all-routes/tsconfig.json

-20
This file was deleted.

test/examples/examples.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const testedExamples = [
1212
'basic-css',
1313
'blog',
1414
'blog-starter',
15-
'catch-all-routes',
1615
'custom-routes-proxying',
1716
'custom-server',
1817
'dynamic-routing',

test/turbopack-dev-examples-manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"blog-starter": true,
1616
"blog-with-comment": true,
1717
"cache-handler-redis": true,
18-
"catch-all-routes": true,
1918
"cloudflare-turnstile": true,
2019
"cms-agilitycms": true,
2120
"cms-builder-io": true,

0 commit comments

Comments
 (0)