9 lines
187 B
Bash
9 lines
187 B
Bash
## Development environment
|
|
|
|
# Variables must use the VITE_ prefix to be exposed externally
|
|
NODE_ENV='development'
|
|
|
|
VITE_APP_TITLE = 'h-ui'
|
|
VITE_APP_PORT = 3000
|
|
VITE_APP_BASE_API = '/hui'
|