diff --git a/services/our/package.json b/services/our/package.json index 8a4b25c..a33a028 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -1,7 +1,7 @@ { "name": "futureporn-our", "private": true, - "version": "2.8.14", + "version": "2.8.15", "type": "module", "scripts": { "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale", diff --git a/services/our/src/config/env.ts b/services/our/src/config/env.ts index 2e4a1bc..e27487d 100644 --- a/services/our/src/config/env.ts +++ b/services/our/src/config/env.ts @@ -28,7 +28,7 @@ const EnvSchema = z.object({ CDN_ORIGIN: z.string(), CDN_TOKEN_SECRET: z.string(), CACHE_ROOT: z.string().default(defaultCachePath), - VIBEUI_DIR: z.string().default('/opt/futureporn/apps/vibeui'), + VIBEUI_DIR: z.string().default('/app/vibeui'), APP_DIR: z.string().default('/app'), WHISPER_DIR: z.string(), LOG_LEVEL: z.string().default('info'),