mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
6 lines
140 B
Bash
6 lines
140 B
Bash
NODE_ENV = 'release'
|
|
VITE_APP_TITLE = '发布环境'
|
|
VITE_BASE_URL = '/api'
|
|
VITE_PWA_NAME = 'Cloud Mail'
|
|
VITE_OUT_DIR = ../mail-worker/dist
|