dont use /opt
Some checks failed
ci / test (push) Failing after 6m6s
ci / build (push) Successful in 14m32s

This commit is contained in:
CJ_Clippy 2025-09-26 14:21:54 -08:00
parent 9c88d0791f
commit e9d8705fd5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.14", "version": "2.8.15",
"type": "module", "type": "module",
"scripts": { "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", "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",

View File

@ -28,7 +28,7 @@ const EnvSchema = z.object({
CDN_ORIGIN: z.string(), CDN_ORIGIN: z.string(),
CDN_TOKEN_SECRET: z.string(), CDN_TOKEN_SECRET: z.string(),
CACHE_ROOT: z.string().default(defaultCachePath), 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'), APP_DIR: z.string().default('/app'),
WHISPER_DIR: z.string(), WHISPER_DIR: z.string(),
LOG_LEVEL: z.string().default('info'), LOG_LEVEL: z.string().default('info'),