# extendify/3.0.6/src/constants.js

Extendify, version 3.0.6. 13 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.0.6/code/src/constants.js
- Raw: https://pluginprobe.com/plugins/extendify/3.0.6/raw/src/constants.js
- Modified: 2026-02-26T23:48:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.0.6/code/src/constants.js#L10-L20`.

```javascript
// The linter plugin expects const DEFAULT_URLS to be defined here to ensure no localhost
const DEFAULT_URLS = {
	AI_HOST: 'https://ai.extendify.com',
	PATTERNS_HOST: 'https://patterns.extendify.com',
	KB_HOST: 'https://kb.extendify.com',
	INSIGHTS_HOST: 'https://insights.extendify.com',
	IMAGES_HOST: 'https://images-resource.extendify.com',
	DASHBOARD_HOST: 'https://dashboard.extendify.com',
};

export const { AI_HOST, PATTERNS_HOST, KB_HOST, INSIGHTS_HOST, IMAGES_HOST } =
	DEFAULT_URLS;

```
