From f6562bfa780ab876a2ba6ea3f8f0756e230f3b2a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 28 Mar 2024 11:40:07 +0100 Subject: [PATCH] rename nextjs dir --- {nextjs-approuter => nextjs}/spa/.eslintrc.json | 0 {nextjs-approuter => nextjs}/spa/.gitignore | 0 {nextjs-approuter => nextjs}/spa/Dockerfile | 0 {nextjs-approuter => nextjs}/spa/README.md | 0 {nextjs-approuter => nextjs}/spa/app/favicon.ico | Bin {nextjs-approuter => nextjs}/spa/app/globals.css | 0 {nextjs-approuter => nextjs}/spa/app/layout.tsx | 0 {nextjs-approuter => nextjs}/spa/app/page.tsx | 0 {nextjs-approuter => nextjs}/spa/next.config.mjs | 0 {nextjs-approuter => nextjs}/spa/package-lock.json | 0 {nextjs-approuter => nextjs}/spa/package.json | 0 {nextjs-approuter => nextjs}/spa/postcss.config.js | 0 {nextjs-approuter => nextjs}/spa/public/next.svg | 0 {nextjs-approuter => nextjs}/spa/public/vercel.svg | 0 {nextjs-approuter => nextjs}/spa/tailwind.config.ts | 0 {nextjs-approuter => nextjs}/spa/tsconfig.json | 0 {nextjs-approuter => nextjs}/ssr/.eslintrc.json | 0 {nextjs-approuter => nextjs}/ssr/.gitignore | 0 {nextjs-approuter => nextjs}/ssr/Dockerfile | 0 {nextjs-approuter => nextjs}/ssr/README.md | 0 {nextjs-approuter => nextjs}/ssr/app/favicon.ico | Bin {nextjs-approuter => nextjs}/ssr/app/globals.css | 0 {nextjs-approuter => nextjs}/ssr/app/layout.tsx | 0 {nextjs-approuter => nextjs}/ssr/app/page.tsx | 0 {nextjs-approuter => nextjs}/ssr/next.config.mjs | 0 {nextjs-approuter => nextjs}/ssr/package-lock.json | 0 {nextjs-approuter => nextjs}/ssr/package.json | 0 {nextjs-approuter => nextjs}/ssr/postcss.config.js | 0 {nextjs-approuter => nextjs}/ssr/public/next.svg | 0 {nextjs-approuter => nextjs}/ssr/public/vercel.svg | 0 {nextjs-approuter => nextjs}/ssr/tailwind.config.ts | 0 {nextjs-approuter => nextjs}/ssr/tsconfig.json | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename {nextjs-approuter => nextjs}/spa/.eslintrc.json (100%) rename {nextjs-approuter => nextjs}/spa/.gitignore (100%) rename {nextjs-approuter => nextjs}/spa/Dockerfile (100%) rename {nextjs-approuter => nextjs}/spa/README.md (100%) rename {nextjs-approuter => nextjs}/spa/app/favicon.ico (100%) rename {nextjs-approuter => nextjs}/spa/app/globals.css (100%) rename {nextjs-approuter => nextjs}/spa/app/layout.tsx (100%) rename {nextjs-approuter => nextjs}/spa/app/page.tsx (100%) rename {nextjs-approuter => nextjs}/spa/next.config.mjs (100%) rename {nextjs-approuter => nextjs}/spa/package-lock.json (100%) rename {nextjs-approuter => nextjs}/spa/package.json (100%) rename {nextjs-approuter => nextjs}/spa/postcss.config.js (100%) rename {nextjs-approuter => nextjs}/spa/public/next.svg (100%) rename {nextjs-approuter => nextjs}/spa/public/vercel.svg (100%) rename {nextjs-approuter => nextjs}/spa/tailwind.config.ts (100%) rename {nextjs-approuter => nextjs}/spa/tsconfig.json (100%) rename {nextjs-approuter => nextjs}/ssr/.eslintrc.json (100%) rename {nextjs-approuter => nextjs}/ssr/.gitignore (100%) rename {nextjs-approuter => nextjs}/ssr/Dockerfile (100%) rename {nextjs-approuter => nextjs}/ssr/README.md (100%) rename {nextjs-approuter => nextjs}/ssr/app/favicon.ico (100%) rename {nextjs-approuter => nextjs}/ssr/app/globals.css (100%) rename {nextjs-approuter => nextjs}/ssr/app/layout.tsx (100%) rename {nextjs-approuter => nextjs}/ssr/app/page.tsx (100%) rename {nextjs-approuter => nextjs}/ssr/next.config.mjs (100%) rename {nextjs-approuter => nextjs}/ssr/package-lock.json (100%) rename {nextjs-approuter => nextjs}/ssr/package.json (100%) rename {nextjs-approuter => nextjs}/ssr/postcss.config.js (100%) rename {nextjs-approuter => nextjs}/ssr/public/next.svg (100%) rename {nextjs-approuter => nextjs}/ssr/public/vercel.svg (100%) rename {nextjs-approuter => nextjs}/ssr/tailwind.config.ts (100%) rename {nextjs-approuter => nextjs}/ssr/tsconfig.json (100%) diff --git a/nextjs-approuter/spa/.eslintrc.json b/nextjs/spa/.eslintrc.json similarity index 100% rename from nextjs-approuter/spa/.eslintrc.json rename to nextjs/spa/.eslintrc.json diff --git a/nextjs-approuter/spa/.gitignore b/nextjs/spa/.gitignore similarity index 100% rename from nextjs-approuter/spa/.gitignore rename to nextjs/spa/.gitignore diff --git a/nextjs-approuter/spa/Dockerfile b/nextjs/spa/Dockerfile similarity index 100% rename from nextjs-approuter/spa/Dockerfile rename to nextjs/spa/Dockerfile diff --git a/nextjs-approuter/spa/README.md b/nextjs/spa/README.md similarity index 100% rename from nextjs-approuter/spa/README.md rename to nextjs/spa/README.md diff --git a/nextjs-approuter/spa/app/favicon.ico b/nextjs/spa/app/favicon.ico similarity index 100% rename from nextjs-approuter/spa/app/favicon.ico rename to nextjs/spa/app/favicon.ico diff --git a/nextjs-approuter/spa/app/globals.css b/nextjs/spa/app/globals.css similarity index 100% rename from nextjs-approuter/spa/app/globals.css rename to nextjs/spa/app/globals.css diff --git a/nextjs-approuter/spa/app/layout.tsx b/nextjs/spa/app/layout.tsx similarity index 100% rename from nextjs-approuter/spa/app/layout.tsx rename to nextjs/spa/app/layout.tsx diff --git a/nextjs-approuter/spa/app/page.tsx b/nextjs/spa/app/page.tsx similarity index 100% rename from nextjs-approuter/spa/app/page.tsx rename to nextjs/spa/app/page.tsx diff --git a/nextjs-approuter/spa/next.config.mjs b/nextjs/spa/next.config.mjs similarity index 100% rename from nextjs-approuter/spa/next.config.mjs rename to nextjs/spa/next.config.mjs diff --git a/nextjs-approuter/spa/package-lock.json b/nextjs/spa/package-lock.json similarity index 100% rename from nextjs-approuter/spa/package-lock.json rename to nextjs/spa/package-lock.json diff --git a/nextjs-approuter/spa/package.json b/nextjs/spa/package.json similarity index 100% rename from nextjs-approuter/spa/package.json rename to nextjs/spa/package.json diff --git a/nextjs-approuter/spa/postcss.config.js b/nextjs/spa/postcss.config.js similarity index 100% rename from nextjs-approuter/spa/postcss.config.js rename to nextjs/spa/postcss.config.js diff --git a/nextjs-approuter/spa/public/next.svg b/nextjs/spa/public/next.svg similarity index 100% rename from nextjs-approuter/spa/public/next.svg rename to nextjs/spa/public/next.svg diff --git a/nextjs-approuter/spa/public/vercel.svg b/nextjs/spa/public/vercel.svg similarity index 100% rename from nextjs-approuter/spa/public/vercel.svg rename to nextjs/spa/public/vercel.svg diff --git a/nextjs-approuter/spa/tailwind.config.ts b/nextjs/spa/tailwind.config.ts similarity index 100% rename from nextjs-approuter/spa/tailwind.config.ts rename to nextjs/spa/tailwind.config.ts diff --git a/nextjs-approuter/spa/tsconfig.json b/nextjs/spa/tsconfig.json similarity index 100% rename from nextjs-approuter/spa/tsconfig.json rename to nextjs/spa/tsconfig.json diff --git a/nextjs-approuter/ssr/.eslintrc.json b/nextjs/ssr/.eslintrc.json similarity index 100% rename from nextjs-approuter/ssr/.eslintrc.json rename to nextjs/ssr/.eslintrc.json diff --git a/nextjs-approuter/ssr/.gitignore b/nextjs/ssr/.gitignore similarity index 100% rename from nextjs-approuter/ssr/.gitignore rename to nextjs/ssr/.gitignore diff --git a/nextjs-approuter/ssr/Dockerfile b/nextjs/ssr/Dockerfile similarity index 100% rename from nextjs-approuter/ssr/Dockerfile rename to nextjs/ssr/Dockerfile diff --git a/nextjs-approuter/ssr/README.md b/nextjs/ssr/README.md similarity index 100% rename from nextjs-approuter/ssr/README.md rename to nextjs/ssr/README.md diff --git a/nextjs-approuter/ssr/app/favicon.ico b/nextjs/ssr/app/favicon.ico similarity index 100% rename from nextjs-approuter/ssr/app/favicon.ico rename to nextjs/ssr/app/favicon.ico diff --git a/nextjs-approuter/ssr/app/globals.css b/nextjs/ssr/app/globals.css similarity index 100% rename from nextjs-approuter/ssr/app/globals.css rename to nextjs/ssr/app/globals.css diff --git a/nextjs-approuter/ssr/app/layout.tsx b/nextjs/ssr/app/layout.tsx similarity index 100% rename from nextjs-approuter/ssr/app/layout.tsx rename to nextjs/ssr/app/layout.tsx diff --git a/nextjs-approuter/ssr/app/page.tsx b/nextjs/ssr/app/page.tsx similarity index 100% rename from nextjs-approuter/ssr/app/page.tsx rename to nextjs/ssr/app/page.tsx diff --git a/nextjs-approuter/ssr/next.config.mjs b/nextjs/ssr/next.config.mjs similarity index 100% rename from nextjs-approuter/ssr/next.config.mjs rename to nextjs/ssr/next.config.mjs diff --git a/nextjs-approuter/ssr/package-lock.json b/nextjs/ssr/package-lock.json similarity index 100% rename from nextjs-approuter/ssr/package-lock.json rename to nextjs/ssr/package-lock.json diff --git a/nextjs-approuter/ssr/package.json b/nextjs/ssr/package.json similarity index 100% rename from nextjs-approuter/ssr/package.json rename to nextjs/ssr/package.json diff --git a/nextjs-approuter/ssr/postcss.config.js b/nextjs/ssr/postcss.config.js similarity index 100% rename from nextjs-approuter/ssr/postcss.config.js rename to nextjs/ssr/postcss.config.js diff --git a/nextjs-approuter/ssr/public/next.svg b/nextjs/ssr/public/next.svg similarity index 100% rename from nextjs-approuter/ssr/public/next.svg rename to nextjs/ssr/public/next.svg diff --git a/nextjs-approuter/ssr/public/vercel.svg b/nextjs/ssr/public/vercel.svg similarity index 100% rename from nextjs-approuter/ssr/public/vercel.svg rename to nextjs/ssr/public/vercel.svg diff --git a/nextjs-approuter/ssr/tailwind.config.ts b/nextjs/ssr/tailwind.config.ts similarity index 100% rename from nextjs-approuter/ssr/tailwind.config.ts rename to nextjs/ssr/tailwind.config.ts diff --git a/nextjs-approuter/ssr/tsconfig.json b/nextjs/ssr/tsconfig.json similarity index 100% rename from nextjs-approuter/ssr/tsconfig.json rename to nextjs/ssr/tsconfig.json