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/*"