From c7d996dbebf8de64a920ece54284b9572d8dd65f Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 14 Jun 2025 15:43:14 +0000 Subject: [PATCH] rename frontend directory to frontend --- .gitignore | 2 +- crawler/{wrongmove => frontend}/.env.sample | 0 crawler/{wrongmove => frontend}/.gitignore | 0 crawler/{wrongmove => frontend}/README.md | 0 crawler/{wrongmove => frontend}/caddy_dev/Caddyfile | 0 crawler/{wrongmove => frontend}/caddy_dev/certs/dev.crt | 0 crawler/{wrongmove => frontend}/caddy_dev/certs/dev.key | 0 crawler/{wrongmove => frontend}/eslint.config.js | 0 crawler/{wrongmove => frontend}/index.html | 0 crawler/{wrongmove => frontend}/package-lock.json | 0 crawler/{wrongmove => frontend}/package.json | 0 crawler/{wrongmove => frontend}/public/HexgridHeatmap.js | 0 crawler/{wrongmove => frontend}/public/robots.txt | 0 crawler/{wrongmove => frontend}/public/script.js | 0 crawler/{wrongmove => frontend}/public/vite.svg | 0 crawler/{wrongmove => frontend}/src/App.css | 0 crawler/{wrongmove => frontend}/src/App.tsx | 0 crawler/{wrongmove => frontend}/src/assets/react.svg | 0 crawler/{wrongmove => frontend}/src/auth/authService.ts | 0 crawler/{wrongmove => frontend}/src/auth/config.ts | 0 crawler/{wrongmove => frontend}/src/components/Map.tsx | 0 crawler/{wrongmove => frontend}/src/components/Parameters.tsx | 0 crawler/{wrongmove => frontend}/src/index.css | 0 crawler/{wrongmove => frontend}/src/main.tsx | 0 crawler/{wrongmove => frontend}/src/vite-env.d.ts | 0 crawler/{wrongmove => frontend}/start.sh | 0 crawler/{wrongmove => frontend}/tsconfig.app.json | 0 crawler/{wrongmove => frontend}/tsconfig.json | 0 crawler/{wrongmove => frontend}/tsconfig.node.json | 0 crawler/{wrongmove => frontend}/vite.config.ts | 0 30 files changed, 1 insertion(+), 1 deletion(-) rename crawler/{wrongmove => frontend}/.env.sample (100%) rename crawler/{wrongmove => frontend}/.gitignore (100%) rename crawler/{wrongmove => frontend}/README.md (100%) rename crawler/{wrongmove => frontend}/caddy_dev/Caddyfile (100%) rename crawler/{wrongmove => frontend}/caddy_dev/certs/dev.crt (100%) rename crawler/{wrongmove => frontend}/caddy_dev/certs/dev.key (100%) rename crawler/{wrongmove => frontend}/eslint.config.js (100%) rename crawler/{wrongmove => frontend}/index.html (100%) rename crawler/{wrongmove => frontend}/package-lock.json (100%) rename crawler/{wrongmove => frontend}/package.json (100%) rename crawler/{wrongmove => frontend}/public/HexgridHeatmap.js (100%) rename crawler/{wrongmove => frontend}/public/robots.txt (100%) rename crawler/{wrongmove => frontend}/public/script.js (100%) rename crawler/{wrongmove => frontend}/public/vite.svg (100%) rename crawler/{wrongmove => frontend}/src/App.css (100%) rename crawler/{wrongmove => frontend}/src/App.tsx (100%) rename crawler/{wrongmove => frontend}/src/assets/react.svg (100%) rename crawler/{wrongmove => frontend}/src/auth/authService.ts (100%) rename crawler/{wrongmove => frontend}/src/auth/config.ts (100%) rename crawler/{wrongmove => frontend}/src/components/Map.tsx (100%) rename crawler/{wrongmove => frontend}/src/components/Parameters.tsx (100%) rename crawler/{wrongmove => frontend}/src/index.css (100%) rename crawler/{wrongmove => frontend}/src/main.tsx (100%) rename crawler/{wrongmove => frontend}/src/vite-env.d.ts (100%) rename crawler/{wrongmove => frontend}/start.sh (100%) rename crawler/{wrongmove => frontend}/tsconfig.app.json (100%) rename crawler/{wrongmove => frontend}/tsconfig.json (100%) rename crawler/{wrongmove => frontend}/tsconfig.node.json (100%) rename crawler/{wrongmove => frontend}/vite.config.ts (100%) diff --git a/.gitignore b/.gitignore index 619fcbc..6c68883 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ sqlite.db **.env crawler/data/wrongmove.db -wrongmove/caddy_dev/ +frontend/caddy_dev/ diff --git a/crawler/wrongmove/.env.sample b/crawler/frontend/.env.sample similarity index 100% rename from crawler/wrongmove/.env.sample rename to crawler/frontend/.env.sample diff --git a/crawler/wrongmove/.gitignore b/crawler/frontend/.gitignore similarity index 100% rename from crawler/wrongmove/.gitignore rename to crawler/frontend/.gitignore diff --git a/crawler/wrongmove/README.md b/crawler/frontend/README.md similarity index 100% rename from crawler/wrongmove/README.md rename to crawler/frontend/README.md diff --git a/crawler/wrongmove/caddy_dev/Caddyfile b/crawler/frontend/caddy_dev/Caddyfile similarity index 100% rename from crawler/wrongmove/caddy_dev/Caddyfile rename to crawler/frontend/caddy_dev/Caddyfile diff --git a/crawler/wrongmove/caddy_dev/certs/dev.crt b/crawler/frontend/caddy_dev/certs/dev.crt similarity index 100% rename from crawler/wrongmove/caddy_dev/certs/dev.crt rename to crawler/frontend/caddy_dev/certs/dev.crt diff --git a/crawler/wrongmove/caddy_dev/certs/dev.key b/crawler/frontend/caddy_dev/certs/dev.key similarity index 100% rename from crawler/wrongmove/caddy_dev/certs/dev.key rename to crawler/frontend/caddy_dev/certs/dev.key diff --git a/crawler/wrongmove/eslint.config.js b/crawler/frontend/eslint.config.js similarity index 100% rename from crawler/wrongmove/eslint.config.js rename to crawler/frontend/eslint.config.js diff --git a/crawler/wrongmove/index.html b/crawler/frontend/index.html similarity index 100% rename from crawler/wrongmove/index.html rename to crawler/frontend/index.html diff --git a/crawler/wrongmove/package-lock.json b/crawler/frontend/package-lock.json similarity index 100% rename from crawler/wrongmove/package-lock.json rename to crawler/frontend/package-lock.json diff --git a/crawler/wrongmove/package.json b/crawler/frontend/package.json similarity index 100% rename from crawler/wrongmove/package.json rename to crawler/frontend/package.json diff --git a/crawler/wrongmove/public/HexgridHeatmap.js b/crawler/frontend/public/HexgridHeatmap.js similarity index 100% rename from crawler/wrongmove/public/HexgridHeatmap.js rename to crawler/frontend/public/HexgridHeatmap.js diff --git a/crawler/wrongmove/public/robots.txt b/crawler/frontend/public/robots.txt similarity index 100% rename from crawler/wrongmove/public/robots.txt rename to crawler/frontend/public/robots.txt diff --git a/crawler/wrongmove/public/script.js b/crawler/frontend/public/script.js similarity index 100% rename from crawler/wrongmove/public/script.js rename to crawler/frontend/public/script.js diff --git a/crawler/wrongmove/public/vite.svg b/crawler/frontend/public/vite.svg similarity index 100% rename from crawler/wrongmove/public/vite.svg rename to crawler/frontend/public/vite.svg diff --git a/crawler/wrongmove/src/App.css b/crawler/frontend/src/App.css similarity index 100% rename from crawler/wrongmove/src/App.css rename to crawler/frontend/src/App.css diff --git a/crawler/wrongmove/src/App.tsx b/crawler/frontend/src/App.tsx similarity index 100% rename from crawler/wrongmove/src/App.tsx rename to crawler/frontend/src/App.tsx diff --git a/crawler/wrongmove/src/assets/react.svg b/crawler/frontend/src/assets/react.svg similarity index 100% rename from crawler/wrongmove/src/assets/react.svg rename to crawler/frontend/src/assets/react.svg diff --git a/crawler/wrongmove/src/auth/authService.ts b/crawler/frontend/src/auth/authService.ts similarity index 100% rename from crawler/wrongmove/src/auth/authService.ts rename to crawler/frontend/src/auth/authService.ts diff --git a/crawler/wrongmove/src/auth/config.ts b/crawler/frontend/src/auth/config.ts similarity index 100% rename from crawler/wrongmove/src/auth/config.ts rename to crawler/frontend/src/auth/config.ts diff --git a/crawler/wrongmove/src/components/Map.tsx b/crawler/frontend/src/components/Map.tsx similarity index 100% rename from crawler/wrongmove/src/components/Map.tsx rename to crawler/frontend/src/components/Map.tsx diff --git a/crawler/wrongmove/src/components/Parameters.tsx b/crawler/frontend/src/components/Parameters.tsx similarity index 100% rename from crawler/wrongmove/src/components/Parameters.tsx rename to crawler/frontend/src/components/Parameters.tsx diff --git a/crawler/wrongmove/src/index.css b/crawler/frontend/src/index.css similarity index 100% rename from crawler/wrongmove/src/index.css rename to crawler/frontend/src/index.css diff --git a/crawler/wrongmove/src/main.tsx b/crawler/frontend/src/main.tsx similarity index 100% rename from crawler/wrongmove/src/main.tsx rename to crawler/frontend/src/main.tsx diff --git a/crawler/wrongmove/src/vite-env.d.ts b/crawler/frontend/src/vite-env.d.ts similarity index 100% rename from crawler/wrongmove/src/vite-env.d.ts rename to crawler/frontend/src/vite-env.d.ts diff --git a/crawler/wrongmove/start.sh b/crawler/frontend/start.sh similarity index 100% rename from crawler/wrongmove/start.sh rename to crawler/frontend/start.sh diff --git a/crawler/wrongmove/tsconfig.app.json b/crawler/frontend/tsconfig.app.json similarity index 100% rename from crawler/wrongmove/tsconfig.app.json rename to crawler/frontend/tsconfig.app.json diff --git a/crawler/wrongmove/tsconfig.json b/crawler/frontend/tsconfig.json similarity index 100% rename from crawler/wrongmove/tsconfig.json rename to crawler/frontend/tsconfig.json diff --git a/crawler/wrongmove/tsconfig.node.json b/crawler/frontend/tsconfig.node.json similarity index 100% rename from crawler/wrongmove/tsconfig.node.json rename to crawler/frontend/tsconfig.node.json diff --git a/crawler/wrongmove/vite.config.ts b/crawler/frontend/vite.config.ts similarity index 100% rename from crawler/wrongmove/vite.config.ts rename to crawler/frontend/vite.config.ts