Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4708a26

Browse files
committedApr 1, 2025·
chore(examples): remove ssr-caching example
1 parent 0bb23cb commit 4708a26

File tree

9 files changed

+0
-181
lines changed

9 files changed

+0
-181
lines changed
 

‎examples/ssr-caching/.gitignore

-40
This file was deleted.

‎examples/ssr-caching/README.md

-31
This file was deleted.

‎examples/ssr-caching/app/layout.tsx

-18
This file was deleted.

‎examples/ssr-caching/app/page.tsx

-16
This file was deleted.

‎examples/ssr-caching/next.config.mjs

-22
This file was deleted.

‎examples/ssr-caching/package.json

-19
This file was deleted.

‎examples/ssr-caching/tsconfig.json

-33
This file was deleted.

‎test/examples/examples.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const testedExamples = [
2929
'next-forms',
3030
'remove-console',
3131
'reproduction-template',
32-
'ssr-caching',
3332
'with-absolute-imports',
3433
'with-context-api',
3534
'with-shallow-routing',

‎test/turbopack-dev-examples-manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"reproduction-template": true,
6464
"reproduction-template-pages": true,
6565
"server-actions-upload": true,
66-
"ssr-caching": true,
6766
"with-ably": true,
6867
"with-absolute-imports": true,
6968
"with-algolia-react-instantsearch": true,

0 commit comments

Comments
 (0)
Please sign in to comment.