mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-13 12:00:08 +08:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
NODE_ENV = "production"
|
|
|
|
VITE_API_URL = '/api/v1'
|
|
|
|
VITE_REPORT = true
|
|
|
|
VITE_BUILD_GZIP = false
|
|
|
|
VITE_DROP_CONSOLE = true
|
|
|
|
PANEL_XPACK = true
|