Add file header and VITE_CACHE_DIR to .env

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 19:47:47 +08:00
parent 9c6a51029b
commit c782a3b079

14
.env
View File

@@ -1 +1,15 @@
# The Lucia project.
# Copyright 2023-2026 DSP, inc. All rights reserved.
# Authors:
# chiayin.kuo@dsp.im (chiayin), 2023/1/31
# imacat.yang@dsp.im (imacat), 2026/3/6
#
# Default environment variables.
# Override in .env.local for local development.
# Backend API URL for the dev server proxy.
VUE_APP_API_URL = "" VUE_APP_API_URL = ""
# Custom Vite cache directory (default: node_modules/.vite).
# Set to /tmp/vite-cache for systemd deployment with PrivateTmp.
VITE_CACHE_DIR = ""