Add file header and VITE_CACHE_DIR to .env
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
.env
14
.env
@@ -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 = ""
|
||||
|
||||
# Custom Vite cache directory (default: node_modules/.vite).
|
||||
# Set to /tmp/vite-cache for systemd deployment with PrivateTmp.
|
||||
VITE_CACHE_DIR = ""
|
||||
|
||||
Reference in New Issue
Block a user