Registry-Entscheidung evidenzbasiert: das Package ist pnpm-Dependency von ThreadNet-Webs apps/web, der Lockfile pinnt die Tarball-URL auf rohana - Registry bleibt dort. Publish-Auth ueber CI-Variable GITEA_NPM_TOKEN statt lokaler Klartext-.npmrc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
785 B
Bash
20 lines
785 B
Bash
####
|
|
# Build-time app config
|
|
# Environment files are documented here:
|
|
# https://vitejs.dev/guide/env-and-mode.html#env-files
|
|
####
|
|
# Develop backend settings:
|
|
LIVEKIT_KEY="devkey"
|
|
LIVEKIT_SECRET="secret"
|
|
|
|
# Used for determining the homeserver to use for short urls etc.
|
|
# VITE_FALLBACK_STUN_ALLOWED=false
|
|
|
|
# CSS to be injected into the page for the purpose of custom theming.
|
|
# Generally, writing a custom theme involves overriding Compound design tokens,
|
|
# which are documented here:
|
|
# https://compound.element.io/?path=/docs/foundations-design-tokens--docs
|
|
# https://compound.element.io/?path=/docs/tokens-color-palettes--docs
|
|
# https://compound.element.io/?path=/docs/tokens-semantic-colors--docs
|
|
# VITE_CUSTOM_CSS=".cpd-theme-dark.cpd-theme-dark { --cpd-color-theme-bg: #101317; }"
|