# Vite uses a special 'import.meta.env' Expose environment variables on env objects
# import.meta.env.BASE_URL: {string} The 'BASE_URL' when deploying the application is determined by the base configuration item
NODE_ENV = 'development'
VITE_IS_ISOLATE_DEPLOY = 'true'
VITE_PLUGIN_NAME = 'webds-plugin'
VITE_SYSTEM_HOST = 'localhost:9494'
VITE_API_HOST = 'localhost:9494/plugins/webds-plugin'
VITE_WS_BASE_URL = 'ws://localhost:9494'