From 61624f16c2dc1bf546d585d173e86ebbad8f28b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=93=E9=99=8C=E5=90=8C=E5=AD=A6?= Date: Wed, 1 Nov 2023 07:55:32 -0700 Subject: [PATCH] chore: modify file name (#6619) * chore: modify file name * chore: modify lock --- .../ice.config.mts | 0 .../ice.png | Bin .../package.json | 0 .../public/favicon.ico | Bin .../src/app.tsx | 0 .../src/components/Box/index.module.css | 0 .../src/components/Box/index.tsx | 0 .../src/components/List/index.module.css | 0 .../src/components/List/index.tsx | 0 .../src/document.tsx | 0 .../src/pages/index.module.css | 0 .../src/pages/index.tsx | 0 .../src/typings.d.ts | 0 .../tsconfig.json | 0 pnpm-lock.yaml | 2 +- 15 files changed, 1 insertion(+), 1 deletion(-) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/ice.config.mts (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/ice.png (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/package.json (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/public/favicon.ico (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/app.tsx (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/components/Box/index.module.css (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/components/Box/index.tsx (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/components/List/index.module.css (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/components/List/index.tsx (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/document.tsx (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/pages/index.module.css (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/pages/index.tsx (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/src/typings.d.ts (100%) rename examples/{with-fitst-chunk-cache-ssr => with-first-chunk-cache-ssr}/tsconfig.json (100%) diff --git a/examples/with-fitst-chunk-cache-ssr/ice.config.mts b/examples/with-first-chunk-cache-ssr/ice.config.mts similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/ice.config.mts rename to examples/with-first-chunk-cache-ssr/ice.config.mts diff --git a/examples/with-fitst-chunk-cache-ssr/ice.png b/examples/with-first-chunk-cache-ssr/ice.png similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/ice.png rename to examples/with-first-chunk-cache-ssr/ice.png diff --git a/examples/with-fitst-chunk-cache-ssr/package.json b/examples/with-first-chunk-cache-ssr/package.json similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/package.json rename to examples/with-first-chunk-cache-ssr/package.json diff --git a/examples/with-fitst-chunk-cache-ssr/public/favicon.ico b/examples/with-first-chunk-cache-ssr/public/favicon.ico similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/public/favicon.ico rename to examples/with-first-chunk-cache-ssr/public/favicon.ico diff --git a/examples/with-fitst-chunk-cache-ssr/src/app.tsx b/examples/with-first-chunk-cache-ssr/src/app.tsx similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/app.tsx rename to examples/with-first-chunk-cache-ssr/src/app.tsx diff --git a/examples/with-fitst-chunk-cache-ssr/src/components/Box/index.module.css b/examples/with-first-chunk-cache-ssr/src/components/Box/index.module.css similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/components/Box/index.module.css rename to examples/with-first-chunk-cache-ssr/src/components/Box/index.module.css diff --git a/examples/with-fitst-chunk-cache-ssr/src/components/Box/index.tsx b/examples/with-first-chunk-cache-ssr/src/components/Box/index.tsx similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/components/Box/index.tsx rename to examples/with-first-chunk-cache-ssr/src/components/Box/index.tsx diff --git a/examples/with-fitst-chunk-cache-ssr/src/components/List/index.module.css b/examples/with-first-chunk-cache-ssr/src/components/List/index.module.css similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/components/List/index.module.css rename to examples/with-first-chunk-cache-ssr/src/components/List/index.module.css diff --git a/examples/with-fitst-chunk-cache-ssr/src/components/List/index.tsx b/examples/with-first-chunk-cache-ssr/src/components/List/index.tsx similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/components/List/index.tsx rename to examples/with-first-chunk-cache-ssr/src/components/List/index.tsx diff --git a/examples/with-fitst-chunk-cache-ssr/src/document.tsx b/examples/with-first-chunk-cache-ssr/src/document.tsx similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/document.tsx rename to examples/with-first-chunk-cache-ssr/src/document.tsx diff --git a/examples/with-fitst-chunk-cache-ssr/src/pages/index.module.css b/examples/with-first-chunk-cache-ssr/src/pages/index.module.css similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/pages/index.module.css rename to examples/with-first-chunk-cache-ssr/src/pages/index.module.css diff --git a/examples/with-fitst-chunk-cache-ssr/src/pages/index.tsx b/examples/with-first-chunk-cache-ssr/src/pages/index.tsx similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/pages/index.tsx rename to examples/with-first-chunk-cache-ssr/src/pages/index.tsx diff --git a/examples/with-fitst-chunk-cache-ssr/src/typings.d.ts b/examples/with-first-chunk-cache-ssr/src/typings.d.ts similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/src/typings.d.ts rename to examples/with-first-chunk-cache-ssr/src/typings.d.ts diff --git a/examples/with-fitst-chunk-cache-ssr/tsconfig.json b/examples/with-first-chunk-cache-ssr/tsconfig.json similarity index 100% rename from examples/with-fitst-chunk-cache-ssr/tsconfig.json rename to examples/with-first-chunk-cache-ssr/tsconfig.json diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a34d268701..bed60f43d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -812,7 +812,7 @@ importers: specifier: ^5.88.0 version: 5.88.2 - examples/with-fitst-chunk-cache-ssr: + examples/with-first-chunk-cache-ssr: dependencies: '@ice/app': specifier: workspace:*