From ff76746cecbd082572a506649d70ad7059c877d9 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 9 Apr 2023 11:11:22 +0200 Subject: [PATCH] refactor: move redis-api, website into apps --- {packages => apps}/redis-api/LICENSE | 0 {packages => apps}/redis-api/README.md | 0 {packages => apps}/redis-api/package.json | 0 {packages => apps}/redis-api/scripts/build.mjs | 0 {packages => apps}/redis-api/src/index.ts | 0 {packages => apps}/redis-api/src/redis.ts | 0 {packages => apps}/redis-api/template.env | 0 {packages => apps}/redis-api/tsconfig.json | 0 {packages => apps}/website/.gitignore | 0 {packages => apps}/website/.prettierignore | 0 {packages => apps}/website/.prettierrc.cjs | 0 {packages => apps}/website/README.md | 0 {packages => apps}/website/astro.config.ts | 0 {packages => apps}/website/package.json | 0 {packages => apps}/website/postcss.config.cjs | 0 {packages => apps}/website/public/logo.png | Bin .../website/src/components/Computer.astro | 0 .../website/src/components/Invite.astro | 0 {packages => apps}/website/src/config.ts | 0 {packages => apps}/website/src/env.d.ts | 0 {packages => apps}/website/src/layouts/Layout.astro | 0 {packages => apps}/website/src/pages/index.astro | 0 {packages => apps}/website/tailwind.config.cjs | 0 {packages => apps}/website/tsconfig.json | 0 pnpm-workspace.yaml | 1 + 25 files changed, 1 insertion(+) rename {packages => apps}/redis-api/LICENSE (100%) rename {packages => apps}/redis-api/README.md (100%) rename {packages => apps}/redis-api/package.json (100%) rename {packages => apps}/redis-api/scripts/build.mjs (100%) rename {packages => apps}/redis-api/src/index.ts (100%) rename {packages => apps}/redis-api/src/redis.ts (100%) rename {packages => apps}/redis-api/template.env (100%) rename {packages => apps}/redis-api/tsconfig.json (100%) rename {packages => apps}/website/.gitignore (100%) rename {packages => apps}/website/.prettierignore (100%) rename {packages => apps}/website/.prettierrc.cjs (100%) rename {packages => apps}/website/README.md (100%) rename {packages => apps}/website/astro.config.ts (100%) rename {packages => apps}/website/package.json (100%) rename {packages => apps}/website/postcss.config.cjs (100%) rename {packages => apps}/website/public/logo.png (100%) rename {packages => apps}/website/src/components/Computer.astro (100%) rename {packages => apps}/website/src/components/Invite.astro (100%) rename {packages => apps}/website/src/config.ts (100%) rename {packages => apps}/website/src/env.d.ts (100%) rename {packages => apps}/website/src/layouts/Layout.astro (100%) rename {packages => apps}/website/src/pages/index.astro (100%) rename {packages => apps}/website/tailwind.config.cjs (100%) rename {packages => apps}/website/tsconfig.json (100%) diff --git a/packages/redis-api/LICENSE b/apps/redis-api/LICENSE similarity index 100% rename from packages/redis-api/LICENSE rename to apps/redis-api/LICENSE diff --git a/packages/redis-api/README.md b/apps/redis-api/README.md similarity index 100% rename from packages/redis-api/README.md rename to apps/redis-api/README.md diff --git a/packages/redis-api/package.json b/apps/redis-api/package.json similarity index 100% rename from packages/redis-api/package.json rename to apps/redis-api/package.json diff --git a/packages/redis-api/scripts/build.mjs b/apps/redis-api/scripts/build.mjs similarity index 100% rename from packages/redis-api/scripts/build.mjs rename to apps/redis-api/scripts/build.mjs diff --git a/packages/redis-api/src/index.ts b/apps/redis-api/src/index.ts similarity index 100% rename from packages/redis-api/src/index.ts rename to apps/redis-api/src/index.ts diff --git a/packages/redis-api/src/redis.ts b/apps/redis-api/src/redis.ts similarity index 100% rename from packages/redis-api/src/redis.ts rename to apps/redis-api/src/redis.ts diff --git a/packages/redis-api/template.env b/apps/redis-api/template.env similarity index 100% rename from packages/redis-api/template.env rename to apps/redis-api/template.env diff --git a/packages/redis-api/tsconfig.json b/apps/redis-api/tsconfig.json similarity index 100% rename from packages/redis-api/tsconfig.json rename to apps/redis-api/tsconfig.json diff --git a/packages/website/.gitignore b/apps/website/.gitignore similarity index 100% rename from packages/website/.gitignore rename to apps/website/.gitignore diff --git a/packages/website/.prettierignore b/apps/website/.prettierignore similarity index 100% rename from packages/website/.prettierignore rename to apps/website/.prettierignore diff --git a/packages/website/.prettierrc.cjs b/apps/website/.prettierrc.cjs similarity index 100% rename from packages/website/.prettierrc.cjs rename to apps/website/.prettierrc.cjs diff --git a/packages/website/README.md b/apps/website/README.md similarity index 100% rename from packages/website/README.md rename to apps/website/README.md diff --git a/packages/website/astro.config.ts b/apps/website/astro.config.ts similarity index 100% rename from packages/website/astro.config.ts rename to apps/website/astro.config.ts diff --git a/packages/website/package.json b/apps/website/package.json similarity index 100% rename from packages/website/package.json rename to apps/website/package.json diff --git a/packages/website/postcss.config.cjs b/apps/website/postcss.config.cjs similarity index 100% rename from packages/website/postcss.config.cjs rename to apps/website/postcss.config.cjs diff --git a/packages/website/public/logo.png b/apps/website/public/logo.png similarity index 100% rename from packages/website/public/logo.png rename to apps/website/public/logo.png diff --git a/packages/website/src/components/Computer.astro b/apps/website/src/components/Computer.astro similarity index 100% rename from packages/website/src/components/Computer.astro rename to apps/website/src/components/Computer.astro diff --git a/packages/website/src/components/Invite.astro b/apps/website/src/components/Invite.astro similarity index 100% rename from packages/website/src/components/Invite.astro rename to apps/website/src/components/Invite.astro diff --git a/packages/website/src/config.ts b/apps/website/src/config.ts similarity index 100% rename from packages/website/src/config.ts rename to apps/website/src/config.ts diff --git a/packages/website/src/env.d.ts b/apps/website/src/env.d.ts similarity index 100% rename from packages/website/src/env.d.ts rename to apps/website/src/env.d.ts diff --git a/packages/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro similarity index 100% rename from packages/website/src/layouts/Layout.astro rename to apps/website/src/layouts/Layout.astro diff --git a/packages/website/src/pages/index.astro b/apps/website/src/pages/index.astro similarity index 100% rename from packages/website/src/pages/index.astro rename to apps/website/src/pages/index.astro diff --git a/packages/website/tailwind.config.cjs b/apps/website/tailwind.config.cjs similarity index 100% rename from packages/website/tailwind.config.cjs rename to apps/website/tailwind.config.cjs diff --git a/packages/website/tsconfig.json b/apps/website/tsconfig.json similarity index 100% rename from packages/website/tsconfig.json rename to apps/website/tsconfig.json diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dee51e9..3ff5faa 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: + - "apps/*" - "packages/*"