UNPKG

@equinor/fusion-framework-vite-plugin-api-service

Version:

Vite plugin for proxying service discovery and mocking

12 lines 465 B
/** * Default route paths used by the API service plugin when no custom paths * are provided. */ export var DEFAULT_VALUES; (function (DEFAULT_VALUES) { /** Default base path for proxied API routes. */ DEFAULT_VALUES["API_PATH"] = "/@fusion-api"; /** Default path for the service discovery proxy endpoint. */ DEFAULT_VALUES["SERVICES_PATH"] = "/@fusion-services"; })(DEFAULT_VALUES || (DEFAULT_VALUES = {})); //# sourceMappingURL=constants.js.map