From 46cca064df27fb2470f8c5af59d20c52b21d4fd8 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:10:25 +0700 Subject: [PATCH] chore: rename service folders to lowercase --- {Delivery => delivery}/docker-compose.yml | 2 +- deploy-map.toml | 6 +++--- docker-compose.yml | 4 ++-- {Frontend => frontend}/.dockerignore | 0 {Frontend => frontend}/.env.example | 0 {Frontend => frontend}/.storybook/main.ts | 0 {Frontend => frontend}/.storybook/preview.ts | 0 {Frontend => frontend}/Dockerfile | 0 {Frontend => frontend}/Dockerfile.worker | 0 {Frontend => frontend}/app.vue | 0 {Frontend => frontend}/assets/css/main.css | 0 {Frontend => frontend}/codegen.ts | 0 .../ContactCollaborativeEditor.client.stories.ts | 0 .../ContactCollaborativeEditor.client.vue | 0 {Frontend => frontend}/docker-compose.yml | 0 {Frontend => frontend}/eslint.config.mjs | 0 .../operations/archive-calendar-event.graphql | 0 .../operations/archive-chat-conversation.graphql | 0 .../graphql/operations/chat-conversations.graphql | 0 .../graphql/operations/chat-messages.graphql | 0 .../operations/confirm-latest-change-set.graphql | 0 .../operations/create-calendar-event.graphql | 0 .../operations/create-chat-conversation.graphql | 0 .../graphql/operations/create-communication.graphql | 0 .../graphql/operations/dashboard.graphql | 0 .../graphql/operations/log-pilot-note.graphql | 0 .../graphql/operations/login.graphql | 0 .../graphql/operations/logout.graphql | 0 .../graphql/operations/me.graphql | 0 .../operations/rollback-latest-change-set.graphql | 0 .../operations/select-chat-conversation.graphql | 0 .../graphql/operations/send-pilot-message.graphql | 0 .../graphql/operations/toggle-contact-pin.graphql | 0 .../update-communication-transcript.graphql | 0 .../graphql/operations/update-feed-decision.graphql | 0 {Frontend => frontend}/nixpacks.toml | 0 {Frontend => frontend}/nuxt.config.ts | 0 {Frontend => frontend}/package-lock.json | 0 {Frontend => frontend}/package.json | 0 {Frontend => frontend}/prisma/schema.prisma | 0 {Frontend => frontend}/prisma/seed.mjs | 0 .../audio-samples/meeting-recording-2026-02-11.webm | Bin .../public/audio-samples/national-road-9.m4a | Bin {Frontend => frontend}/scripts/compose-dev.sh | 0 {Frontend => frontend}/scripts/compose-worker.sh | 0 {Frontend => frontend}/scripts/export-dataset.mjs | 0 {Frontend => frontend}/server/agent/crmAgent.ts | 0 .../server/agent/langgraphCrmAgent.ts | 0 {Frontend => frontend}/server/api/graphql.post.ts | 0 .../server/api/omni/delivery/enqueue.post.ts | 0 .../server/api/omni/telegram/send.post.ts | 0 .../server/api/pilot-chat.post.ts | 0 .../server/api/pilot-transcribe.post.ts | 0 {Frontend => frontend}/server/dataset/exporter.ts | 0 {Frontend => frontend}/server/dataset/paths.ts | 2 +- .../server/disabled_plugins/queues.ts | 0 {Frontend => frontend}/server/graphql/schema.ts | 0 .../server/queues/outboundDelivery.ts | 0 .../server/queues/telegramSend.ts | 0 {Frontend => frontend}/server/queues/worker.ts | 0 {Frontend => frontend}/server/utils/auth.ts | 0 {Frontend => frontend}/server/utils/changeSet.ts | 0 {Frontend => frontend}/server/utils/langfuse.ts | 0 {Frontend => frontend}/server/utils/password.ts | 0 {Frontend => frontend}/server/utils/prisma.ts | 0 {Frontend => frontend}/server/utils/redis.ts | 0 {Frontend => frontend}/server/utils/telegram.ts | 0 {Frontend => frontend}/server/utils/whisper.ts | 0 {Frontend => frontend}/tsconfig.json | 0 {Langfuse => langfuse}/docker-compose.yml | 0 nixpacks.toml | 6 +++--- 71 files changed, 10 insertions(+), 10 deletions(-) rename {Delivery => delivery}/docker-compose.yml (95%) rename {Frontend => frontend}/.dockerignore (100%) rename {Frontend => frontend}/.env.example (100%) rename {Frontend => frontend}/.storybook/main.ts (100%) rename {Frontend => frontend}/.storybook/preview.ts (100%) rename {Frontend => frontend}/Dockerfile (100%) rename {Frontend => frontend}/Dockerfile.worker (100%) rename {Frontend => frontend}/app.vue (100%) rename {Frontend => frontend}/assets/css/main.css (100%) rename {Frontend => frontend}/codegen.ts (100%) rename {Frontend => frontend}/components/ContactCollaborativeEditor.client.stories.ts (100%) rename {Frontend => frontend}/components/ContactCollaborativeEditor.client.vue (100%) rename {Frontend => frontend}/docker-compose.yml (100%) rename {Frontend => frontend}/eslint.config.mjs (100%) rename {Frontend => frontend}/graphql/operations/archive-calendar-event.graphql (100%) rename {Frontend => frontend}/graphql/operations/archive-chat-conversation.graphql (100%) rename {Frontend => frontend}/graphql/operations/chat-conversations.graphql (100%) rename {Frontend => frontend}/graphql/operations/chat-messages.graphql (100%) rename {Frontend => frontend}/graphql/operations/confirm-latest-change-set.graphql (100%) rename {Frontend => frontend}/graphql/operations/create-calendar-event.graphql (100%) rename {Frontend => frontend}/graphql/operations/create-chat-conversation.graphql (100%) rename {Frontend => frontend}/graphql/operations/create-communication.graphql (100%) rename {Frontend => frontend}/graphql/operations/dashboard.graphql (100%) rename {Frontend => frontend}/graphql/operations/log-pilot-note.graphql (100%) rename {Frontend => frontend}/graphql/operations/login.graphql (100%) rename {Frontend => frontend}/graphql/operations/logout.graphql (100%) rename {Frontend => frontend}/graphql/operations/me.graphql (100%) rename {Frontend => frontend}/graphql/operations/rollback-latest-change-set.graphql (100%) rename {Frontend => frontend}/graphql/operations/select-chat-conversation.graphql (100%) rename {Frontend => frontend}/graphql/operations/send-pilot-message.graphql (100%) rename {Frontend => frontend}/graphql/operations/toggle-contact-pin.graphql (100%) rename {Frontend => frontend}/graphql/operations/update-communication-transcript.graphql (100%) rename {Frontend => frontend}/graphql/operations/update-feed-decision.graphql (100%) rename {Frontend => frontend}/nixpacks.toml (100%) rename {Frontend => frontend}/nuxt.config.ts (100%) rename {Frontend => frontend}/package-lock.json (100%) rename {Frontend => frontend}/package.json (100%) rename {Frontend => frontend}/prisma/schema.prisma (100%) rename {Frontend => frontend}/prisma/seed.mjs (100%) rename {Frontend => frontend}/public/audio-samples/meeting-recording-2026-02-11.webm (100%) rename {Frontend => frontend}/public/audio-samples/national-road-9.m4a (100%) rename {Frontend => frontend}/scripts/compose-dev.sh (100%) rename {Frontend => frontend}/scripts/compose-worker.sh (100%) rename {Frontend => frontend}/scripts/export-dataset.mjs (100%) rename {Frontend => frontend}/server/agent/crmAgent.ts (100%) rename {Frontend => frontend}/server/agent/langgraphCrmAgent.ts (100%) rename {Frontend => frontend}/server/api/graphql.post.ts (100%) rename {Frontend => frontend}/server/api/omni/delivery/enqueue.post.ts (100%) rename {Frontend => frontend}/server/api/omni/telegram/send.post.ts (100%) rename {Frontend => frontend}/server/api/pilot-chat.post.ts (100%) rename {Frontend => frontend}/server/api/pilot-transcribe.post.ts (100%) rename {Frontend => frontend}/server/dataset/exporter.ts (100%) rename {Frontend => frontend}/server/dataset/paths.ts (77%) rename {Frontend => frontend}/server/disabled_plugins/queues.ts (100%) rename {Frontend => frontend}/server/graphql/schema.ts (100%) rename {Frontend => frontend}/server/queues/outboundDelivery.ts (100%) rename {Frontend => frontend}/server/queues/telegramSend.ts (100%) rename {Frontend => frontend}/server/queues/worker.ts (100%) rename {Frontend => frontend}/server/utils/auth.ts (100%) rename {Frontend => frontend}/server/utils/changeSet.ts (100%) rename {Frontend => frontend}/server/utils/langfuse.ts (100%) rename {Frontend => frontend}/server/utils/password.ts (100%) rename {Frontend => frontend}/server/utils/prisma.ts (100%) rename {Frontend => frontend}/server/utils/redis.ts (100%) rename {Frontend => frontend}/server/utils/telegram.ts (100%) rename {Frontend => frontend}/server/utils/whisper.ts (100%) rename {Frontend => frontend}/tsconfig.json (100%) rename {Langfuse => langfuse}/docker-compose.yml (100%) diff --git a/Delivery/docker-compose.yml b/delivery/docker-compose.yml similarity index 95% rename from Delivery/docker-compose.yml rename to delivery/docker-compose.yml index 90126ce..83e7512 100644 --- a/Delivery/docker-compose.yml +++ b/delivery/docker-compose.yml @@ -1,7 +1,7 @@ services: delivery: build: - context: ../Frontend + context: ../frontend dockerfile: Dockerfile.worker environment: DATABASE_URL: "${DATABASE_URL:-postgresql://postgres:dpb6gmj1umjhohso@crm-sql-q57r8m:5432/postgres?schema=public}" diff --git a/deploy-map.toml b/deploy-map.toml index 3f6520c..27b2c06 100644 --- a/deploy-map.toml +++ b/deploy-map.toml @@ -1,6 +1,6 @@ version = 1 [services] -frontend = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "Frontend/docker-compose.yml" } -delivery_worker = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "Delivery/docker-compose.yml" } -langfuse = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "Langfuse/docker-compose.yml" } +frontend = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "frontend/docker-compose.yml" } +delivery_worker = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "delivery/docker-compose.yml" } +langfuse = { deploy_mode = "dokploy_webhook", env_storage = "dokploy_ui", compose_path = "langfuse/docker-compose.yml" } diff --git a/docker-compose.yml b/docker-compose.yml index 05dade6..5d90b7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: frontend: build: - context: ./Frontend + context: ./frontend dockerfile: Dockerfile expose: - "3000" @@ -45,7 +45,7 @@ services: delivery: build: - context: ./Frontend + context: ./frontend dockerfile: Dockerfile.worker environment: DATABASE_URL: "${DATABASE_URL:-postgresql://postgres:dpb6gmj1umjhohso@crm-sql-q57r8m:5432/postgres?schema=public}" diff --git a/Frontend/.dockerignore b/frontend/.dockerignore similarity index 100% rename from Frontend/.dockerignore rename to frontend/.dockerignore diff --git a/Frontend/.env.example b/frontend/.env.example similarity index 100% rename from Frontend/.env.example rename to frontend/.env.example diff --git a/Frontend/.storybook/main.ts b/frontend/.storybook/main.ts similarity index 100% rename from Frontend/.storybook/main.ts rename to frontend/.storybook/main.ts diff --git a/Frontend/.storybook/preview.ts b/frontend/.storybook/preview.ts similarity index 100% rename from Frontend/.storybook/preview.ts rename to frontend/.storybook/preview.ts diff --git a/Frontend/Dockerfile b/frontend/Dockerfile similarity index 100% rename from Frontend/Dockerfile rename to frontend/Dockerfile diff --git a/Frontend/Dockerfile.worker b/frontend/Dockerfile.worker similarity index 100% rename from Frontend/Dockerfile.worker rename to frontend/Dockerfile.worker diff --git a/Frontend/app.vue b/frontend/app.vue similarity index 100% rename from Frontend/app.vue rename to frontend/app.vue diff --git a/Frontend/assets/css/main.css b/frontend/assets/css/main.css similarity index 100% rename from Frontend/assets/css/main.css rename to frontend/assets/css/main.css diff --git a/Frontend/codegen.ts b/frontend/codegen.ts similarity index 100% rename from Frontend/codegen.ts rename to frontend/codegen.ts diff --git a/Frontend/components/ContactCollaborativeEditor.client.stories.ts b/frontend/components/ContactCollaborativeEditor.client.stories.ts similarity index 100% rename from Frontend/components/ContactCollaborativeEditor.client.stories.ts rename to frontend/components/ContactCollaborativeEditor.client.stories.ts diff --git a/Frontend/components/ContactCollaborativeEditor.client.vue b/frontend/components/ContactCollaborativeEditor.client.vue similarity index 100% rename from Frontend/components/ContactCollaborativeEditor.client.vue rename to frontend/components/ContactCollaborativeEditor.client.vue diff --git a/Frontend/docker-compose.yml b/frontend/docker-compose.yml similarity index 100% rename from Frontend/docker-compose.yml rename to frontend/docker-compose.yml diff --git a/Frontend/eslint.config.mjs b/frontend/eslint.config.mjs similarity index 100% rename from Frontend/eslint.config.mjs rename to frontend/eslint.config.mjs diff --git a/Frontend/graphql/operations/archive-calendar-event.graphql b/frontend/graphql/operations/archive-calendar-event.graphql similarity index 100% rename from Frontend/graphql/operations/archive-calendar-event.graphql rename to frontend/graphql/operations/archive-calendar-event.graphql diff --git a/Frontend/graphql/operations/archive-chat-conversation.graphql b/frontend/graphql/operations/archive-chat-conversation.graphql similarity index 100% rename from Frontend/graphql/operations/archive-chat-conversation.graphql rename to frontend/graphql/operations/archive-chat-conversation.graphql diff --git a/Frontend/graphql/operations/chat-conversations.graphql b/frontend/graphql/operations/chat-conversations.graphql similarity index 100% rename from Frontend/graphql/operations/chat-conversations.graphql rename to frontend/graphql/operations/chat-conversations.graphql diff --git a/Frontend/graphql/operations/chat-messages.graphql b/frontend/graphql/operations/chat-messages.graphql similarity index 100% rename from Frontend/graphql/operations/chat-messages.graphql rename to frontend/graphql/operations/chat-messages.graphql diff --git a/Frontend/graphql/operations/confirm-latest-change-set.graphql b/frontend/graphql/operations/confirm-latest-change-set.graphql similarity index 100% rename from Frontend/graphql/operations/confirm-latest-change-set.graphql rename to frontend/graphql/operations/confirm-latest-change-set.graphql diff --git a/Frontend/graphql/operations/create-calendar-event.graphql b/frontend/graphql/operations/create-calendar-event.graphql similarity index 100% rename from Frontend/graphql/operations/create-calendar-event.graphql rename to frontend/graphql/operations/create-calendar-event.graphql diff --git a/Frontend/graphql/operations/create-chat-conversation.graphql b/frontend/graphql/operations/create-chat-conversation.graphql similarity index 100% rename from Frontend/graphql/operations/create-chat-conversation.graphql rename to frontend/graphql/operations/create-chat-conversation.graphql diff --git a/Frontend/graphql/operations/create-communication.graphql b/frontend/graphql/operations/create-communication.graphql similarity index 100% rename from Frontend/graphql/operations/create-communication.graphql rename to frontend/graphql/operations/create-communication.graphql diff --git a/Frontend/graphql/operations/dashboard.graphql b/frontend/graphql/operations/dashboard.graphql similarity index 100% rename from Frontend/graphql/operations/dashboard.graphql rename to frontend/graphql/operations/dashboard.graphql diff --git a/Frontend/graphql/operations/log-pilot-note.graphql b/frontend/graphql/operations/log-pilot-note.graphql similarity index 100% rename from Frontend/graphql/operations/log-pilot-note.graphql rename to frontend/graphql/operations/log-pilot-note.graphql diff --git a/Frontend/graphql/operations/login.graphql b/frontend/graphql/operations/login.graphql similarity index 100% rename from Frontend/graphql/operations/login.graphql rename to frontend/graphql/operations/login.graphql diff --git a/Frontend/graphql/operations/logout.graphql b/frontend/graphql/operations/logout.graphql similarity index 100% rename from Frontend/graphql/operations/logout.graphql rename to frontend/graphql/operations/logout.graphql diff --git a/Frontend/graphql/operations/me.graphql b/frontend/graphql/operations/me.graphql similarity index 100% rename from Frontend/graphql/operations/me.graphql rename to frontend/graphql/operations/me.graphql diff --git a/Frontend/graphql/operations/rollback-latest-change-set.graphql b/frontend/graphql/operations/rollback-latest-change-set.graphql similarity index 100% rename from Frontend/graphql/operations/rollback-latest-change-set.graphql rename to frontend/graphql/operations/rollback-latest-change-set.graphql diff --git a/Frontend/graphql/operations/select-chat-conversation.graphql b/frontend/graphql/operations/select-chat-conversation.graphql similarity index 100% rename from Frontend/graphql/operations/select-chat-conversation.graphql rename to frontend/graphql/operations/select-chat-conversation.graphql diff --git a/Frontend/graphql/operations/send-pilot-message.graphql b/frontend/graphql/operations/send-pilot-message.graphql similarity index 100% rename from Frontend/graphql/operations/send-pilot-message.graphql rename to frontend/graphql/operations/send-pilot-message.graphql diff --git a/Frontend/graphql/operations/toggle-contact-pin.graphql b/frontend/graphql/operations/toggle-contact-pin.graphql similarity index 100% rename from Frontend/graphql/operations/toggle-contact-pin.graphql rename to frontend/graphql/operations/toggle-contact-pin.graphql diff --git a/Frontend/graphql/operations/update-communication-transcript.graphql b/frontend/graphql/operations/update-communication-transcript.graphql similarity index 100% rename from Frontend/graphql/operations/update-communication-transcript.graphql rename to frontend/graphql/operations/update-communication-transcript.graphql diff --git a/Frontend/graphql/operations/update-feed-decision.graphql b/frontend/graphql/operations/update-feed-decision.graphql similarity index 100% rename from Frontend/graphql/operations/update-feed-decision.graphql rename to frontend/graphql/operations/update-feed-decision.graphql diff --git a/Frontend/nixpacks.toml b/frontend/nixpacks.toml similarity index 100% rename from Frontend/nixpacks.toml rename to frontend/nixpacks.toml diff --git a/Frontend/nuxt.config.ts b/frontend/nuxt.config.ts similarity index 100% rename from Frontend/nuxt.config.ts rename to frontend/nuxt.config.ts diff --git a/Frontend/package-lock.json b/frontend/package-lock.json similarity index 100% rename from Frontend/package-lock.json rename to frontend/package-lock.json diff --git a/Frontend/package.json b/frontend/package.json similarity index 100% rename from Frontend/package.json rename to frontend/package.json diff --git a/Frontend/prisma/schema.prisma b/frontend/prisma/schema.prisma similarity index 100% rename from Frontend/prisma/schema.prisma rename to frontend/prisma/schema.prisma diff --git a/Frontend/prisma/seed.mjs b/frontend/prisma/seed.mjs similarity index 100% rename from Frontend/prisma/seed.mjs rename to frontend/prisma/seed.mjs diff --git a/Frontend/public/audio-samples/meeting-recording-2026-02-11.webm b/frontend/public/audio-samples/meeting-recording-2026-02-11.webm similarity index 100% rename from Frontend/public/audio-samples/meeting-recording-2026-02-11.webm rename to frontend/public/audio-samples/meeting-recording-2026-02-11.webm diff --git a/Frontend/public/audio-samples/national-road-9.m4a b/frontend/public/audio-samples/national-road-9.m4a similarity index 100% rename from Frontend/public/audio-samples/national-road-9.m4a rename to frontend/public/audio-samples/national-road-9.m4a diff --git a/Frontend/scripts/compose-dev.sh b/frontend/scripts/compose-dev.sh similarity index 100% rename from Frontend/scripts/compose-dev.sh rename to frontend/scripts/compose-dev.sh diff --git a/Frontend/scripts/compose-worker.sh b/frontend/scripts/compose-worker.sh similarity index 100% rename from Frontend/scripts/compose-worker.sh rename to frontend/scripts/compose-worker.sh diff --git a/Frontend/scripts/export-dataset.mjs b/frontend/scripts/export-dataset.mjs similarity index 100% rename from Frontend/scripts/export-dataset.mjs rename to frontend/scripts/export-dataset.mjs diff --git a/Frontend/server/agent/crmAgent.ts b/frontend/server/agent/crmAgent.ts similarity index 100% rename from Frontend/server/agent/crmAgent.ts rename to frontend/server/agent/crmAgent.ts diff --git a/Frontend/server/agent/langgraphCrmAgent.ts b/frontend/server/agent/langgraphCrmAgent.ts similarity index 100% rename from Frontend/server/agent/langgraphCrmAgent.ts rename to frontend/server/agent/langgraphCrmAgent.ts diff --git a/Frontend/server/api/graphql.post.ts b/frontend/server/api/graphql.post.ts similarity index 100% rename from Frontend/server/api/graphql.post.ts rename to frontend/server/api/graphql.post.ts diff --git a/Frontend/server/api/omni/delivery/enqueue.post.ts b/frontend/server/api/omni/delivery/enqueue.post.ts similarity index 100% rename from Frontend/server/api/omni/delivery/enqueue.post.ts rename to frontend/server/api/omni/delivery/enqueue.post.ts diff --git a/Frontend/server/api/omni/telegram/send.post.ts b/frontend/server/api/omni/telegram/send.post.ts similarity index 100% rename from Frontend/server/api/omni/telegram/send.post.ts rename to frontend/server/api/omni/telegram/send.post.ts diff --git a/Frontend/server/api/pilot-chat.post.ts b/frontend/server/api/pilot-chat.post.ts similarity index 100% rename from Frontend/server/api/pilot-chat.post.ts rename to frontend/server/api/pilot-chat.post.ts diff --git a/Frontend/server/api/pilot-transcribe.post.ts b/frontend/server/api/pilot-transcribe.post.ts similarity index 100% rename from Frontend/server/api/pilot-transcribe.post.ts rename to frontend/server/api/pilot-transcribe.post.ts diff --git a/Frontend/server/dataset/exporter.ts b/frontend/server/dataset/exporter.ts similarity index 100% rename from Frontend/server/dataset/exporter.ts rename to frontend/server/dataset/exporter.ts diff --git a/Frontend/server/dataset/paths.ts b/frontend/server/dataset/paths.ts similarity index 77% rename from Frontend/server/dataset/paths.ts rename to frontend/server/dataset/paths.ts index 73d4e1b..2145416 100644 --- a/Frontend/server/dataset/paths.ts +++ b/frontend/server/dataset/paths.ts @@ -1,6 +1,6 @@ import path from "node:path"; export function datasetRoot(input: { teamId: string; userId: string }) { - // Keep it outside Frontend so it can be easily ignored and shared. + // Keep it outside frontend so it can be easily ignored and shared. return path.resolve(process.cwd(), "..", ".data", "crmfs", "teams", input.teamId, "users", input.userId); } diff --git a/Frontend/server/disabled_plugins/queues.ts b/frontend/server/disabled_plugins/queues.ts similarity index 100% rename from Frontend/server/disabled_plugins/queues.ts rename to frontend/server/disabled_plugins/queues.ts diff --git a/Frontend/server/graphql/schema.ts b/frontend/server/graphql/schema.ts similarity index 100% rename from Frontend/server/graphql/schema.ts rename to frontend/server/graphql/schema.ts diff --git a/Frontend/server/queues/outboundDelivery.ts b/frontend/server/queues/outboundDelivery.ts similarity index 100% rename from Frontend/server/queues/outboundDelivery.ts rename to frontend/server/queues/outboundDelivery.ts diff --git a/Frontend/server/queues/telegramSend.ts b/frontend/server/queues/telegramSend.ts similarity index 100% rename from Frontend/server/queues/telegramSend.ts rename to frontend/server/queues/telegramSend.ts diff --git a/Frontend/server/queues/worker.ts b/frontend/server/queues/worker.ts similarity index 100% rename from Frontend/server/queues/worker.ts rename to frontend/server/queues/worker.ts diff --git a/Frontend/server/utils/auth.ts b/frontend/server/utils/auth.ts similarity index 100% rename from Frontend/server/utils/auth.ts rename to frontend/server/utils/auth.ts diff --git a/Frontend/server/utils/changeSet.ts b/frontend/server/utils/changeSet.ts similarity index 100% rename from Frontend/server/utils/changeSet.ts rename to frontend/server/utils/changeSet.ts diff --git a/Frontend/server/utils/langfuse.ts b/frontend/server/utils/langfuse.ts similarity index 100% rename from Frontend/server/utils/langfuse.ts rename to frontend/server/utils/langfuse.ts diff --git a/Frontend/server/utils/password.ts b/frontend/server/utils/password.ts similarity index 100% rename from Frontend/server/utils/password.ts rename to frontend/server/utils/password.ts diff --git a/Frontend/server/utils/prisma.ts b/frontend/server/utils/prisma.ts similarity index 100% rename from Frontend/server/utils/prisma.ts rename to frontend/server/utils/prisma.ts diff --git a/Frontend/server/utils/redis.ts b/frontend/server/utils/redis.ts similarity index 100% rename from Frontend/server/utils/redis.ts rename to frontend/server/utils/redis.ts diff --git a/Frontend/server/utils/telegram.ts b/frontend/server/utils/telegram.ts similarity index 100% rename from Frontend/server/utils/telegram.ts rename to frontend/server/utils/telegram.ts diff --git a/Frontend/server/utils/whisper.ts b/frontend/server/utils/whisper.ts similarity index 100% rename from Frontend/server/utils/whisper.ts rename to frontend/server/utils/whisper.ts diff --git a/Frontend/tsconfig.json b/frontend/tsconfig.json similarity index 100% rename from Frontend/tsconfig.json rename to frontend/tsconfig.json diff --git a/Langfuse/docker-compose.yml b/langfuse/docker-compose.yml similarity index 100% rename from Langfuse/docker-compose.yml rename to langfuse/docker-compose.yml diff --git a/nixpacks.toml b/nixpacks.toml index 0832853..5986737 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,8 +1,8 @@ [phases.install] -cmds = ["cd Frontend && npm ci --legacy-peer-deps"] +cmds = ["cd frontend && npm ci --legacy-peer-deps"] [phases.build] -cmds = ["cd Frontend && npm run db:generate", "cd Frontend && npm run build"] +cmds = ["cd frontend && npm run db:generate", "cd frontend && npm run build"] [start] -cmd = "cd Frontend && npm run preview -- --host 0.0.0.0 --port ${PORT:-3000}" +cmd = "cd frontend && npm run preview -- --host 0.0.0.0 --port ${PORT:-3000}"