fix(server): build

This commit is contained in:
RainbowBird
2026-05-14 16:23:40 +08:00
parent 98b1b9c34f
commit a860583c1d
2 changed files with 300 additions and 2 deletions
-2
View File
@@ -6,8 +6,6 @@ import { useLogger } from '@guiiai/logg'
import { injeca } from 'injeca'
import { integer, maxValue, minValue, nonEmpty, object, optional, parse, pipe, string, transform } from 'valibot'
import { DEFAULT_BILLING_EVENTS_STREAM } from '../utils/redis-keys'
/**
* Parses `ADDITIONAL_TRUSTED_ORIGINS`: comma-separated absolute origins used for
* CORS (`/api/*`) and request-derived trusted bases (e.g. Stripe return URLs).