- Standardized import statements and removed unnecessary line breaks for better readability in various components. - Enhanced error handling and logging in the useElectronPrinter hook. - Updated sample data formatting in AgGridShowcase for improved clarity. - Refactored JSX elements for consistent indentation and structure in LandingSample, AuthPage, and EventsPage components. - Consolidated and simplified conditional rendering logic in several components. These changes aim to enhance code maintainability and readability throughout the project.
14 lines
354 B
Bash
14 lines
354 B
Bash
VITE_APP_ENV=development
|
|
VITE_APP_NAME=development_fe-monorepo-web
|
|
VITE_APP_VERSION=0.0.1
|
|
|
|
VITE_API_BASE_URL=http://localhost:3346
|
|
VITE_COUCHDB_BASE_URL=http://202.146.229.134:7700
|
|
|
|
|
|
VITE_FARO_URL=https://telemetry.eigen.co.id/collect
|
|
VITE_OTLP_TRACE_URL=https://telemetry.eigen.co.id/v1/traces
|
|
|
|
VITE_COUCHDB_USERNAME=root
|
|
VITE_COUCHDB_PASSWORD=password
|