From ca9817102fc4c7eab32c636bb5cb869af54fc090 Mon Sep 17 00:00:00 2001 From: pompydev Date: Thu, 20 Mar 2025 09:44:00 +0900 Subject: [PATCH] rename rank.pompy.dev -> list.pompy.dev --- CONTRIBUTING.md | 2 +- apps/{rank => list}/.gitignore | 0 apps/{rank => list}/.prettierrc.cjs | 0 apps/{rank => list}/app.vue | 0 apps/{rank => list}/assets/css/tailwind.css | 0 apps/{rank => list}/components/ThemeController.vue | 0 apps/{rank => list}/error.vue | 0 apps/{rank => list}/eslint.config.js | 0 apps/{rank => list}/nuxt.config.ts | 2 +- apps/{rank => list}/package.json | 2 +- apps/{rank => list}/pages/content-creators.vue | 2 +- apps/{rank => list}/pages/index.vue | 2 +- apps/{rank => list}/public/favicon.ico | Bin apps/{rank => list}/public/robots.txt | 0 apps/{rank => list}/server/tsconfig.json | 0 apps/{rank => list}/tailwind.config.js | 0 apps/{rank => list}/tsconfig.json | 0 17 files changed, 5 insertions(+), 5 deletions(-) rename apps/{rank => list}/.gitignore (100%) rename apps/{rank => list}/.prettierrc.cjs (100%) rename apps/{rank => list}/app.vue (100%) rename apps/{rank => list}/assets/css/tailwind.css (100%) rename apps/{rank => list}/components/ThemeController.vue (100%) rename apps/{rank => list}/error.vue (100%) rename apps/{rank => list}/eslint.config.js (100%) rename apps/{rank => list}/nuxt.config.ts (93%) rename apps/{rank => list}/package.json (96%) rename apps/{rank => list}/pages/content-creators.vue (96%) rename apps/{rank => list}/pages/index.vue (91%) rename apps/{rank => list}/public/favicon.ico (100%) rename apps/{rank => list}/public/robots.txt (100%) rename apps/{rank => list}/server/tsconfig.json (100%) rename apps/{rank => list}/tailwind.config.js (100%) rename apps/{rank => list}/tsconfig.json (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4acc3d7..3e7b909 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ pnpm build - [`apps/www`](./apps/www) - http://localhost:5173 - [`apps/blog`](./apps/blog) - http://localhost:3000 -- [`apps/rank`](./apps/rank) - http://localhost:3001 +- [`apps/list`](./apps/list) - http://localhost:3001 ``` pnpm dev diff --git a/apps/rank/.gitignore b/apps/list/.gitignore similarity index 100% rename from apps/rank/.gitignore rename to apps/list/.gitignore diff --git a/apps/rank/.prettierrc.cjs b/apps/list/.prettierrc.cjs similarity index 100% rename from apps/rank/.prettierrc.cjs rename to apps/list/.prettierrc.cjs diff --git a/apps/rank/app.vue b/apps/list/app.vue similarity index 100% rename from apps/rank/app.vue rename to apps/list/app.vue diff --git a/apps/rank/assets/css/tailwind.css b/apps/list/assets/css/tailwind.css similarity index 100% rename from apps/rank/assets/css/tailwind.css rename to apps/list/assets/css/tailwind.css diff --git a/apps/rank/components/ThemeController.vue b/apps/list/components/ThemeController.vue similarity index 100% rename from apps/rank/components/ThemeController.vue rename to apps/list/components/ThemeController.vue diff --git a/apps/rank/error.vue b/apps/list/error.vue similarity index 100% rename from apps/rank/error.vue rename to apps/list/error.vue diff --git a/apps/rank/eslint.config.js b/apps/list/eslint.config.js similarity index 100% rename from apps/rank/eslint.config.js rename to apps/list/eslint.config.js diff --git a/apps/rank/nuxt.config.ts b/apps/list/nuxt.config.ts similarity index 93% rename from apps/rank/nuxt.config.ts rename to apps/list/nuxt.config.ts index 90f6c3c..8ddb097 100644 --- a/apps/rank/nuxt.config.ts +++ b/apps/list/nuxt.config.ts @@ -1,4 +1,4 @@ -const title = "pomp's biased & opinionated rankings DB" +const title = "pomp's biased & opinionated list of ..." // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ diff --git a/apps/rank/package.json b/apps/list/package.json similarity index 96% rename from apps/rank/package.json rename to apps/list/package.json index 627ed59..5434e5d 100644 --- a/apps/rank/package.json +++ b/apps/list/package.json @@ -1,5 +1,5 @@ { - "name": "@pompydev/rank", + "name": "@pompydev/list", "private": true, "type": "module", "scripts": { diff --git a/apps/rank/pages/content-creators.vue b/apps/list/pages/content-creators.vue similarity index 96% rename from apps/rank/pages/content-creators.vue rename to apps/list/pages/content-creators.vue index 9bc6949..e5e1891 100644 --- a/apps/rank/pages/content-creators.vue +++ b/apps/list/pages/content-creators.vue @@ -43,7 +43,7 @@ const t = useVueTable({