- Replaced vue.config.js with vite.config.js for Vite setup. - Updated WebSocket implementation in webSocket.js for improved readability and performance. - Removed unnecessary comments and cleaned up code formatting. - Configured Vite plugins for auto-imports, SVG icons, and component resolution. - Set up proxy configurations for API endpoints in Vite.
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
NODE_ENV = 'development'
|
|
VITE_APP_BASE_URL = 'https://test.api.aida.com.hk'
|
|
# VITE_APP_BASE_URL = 'https://api.aida.com.hk'
|
|
|
|
# VITE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
|
# VITE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
|
# VITE_APP_BASE_URL = 'http://192.168.1.6:7766'
|