app
3 years ago
editorplus
3 years ago
public
3 years ago
routes
3 years ago
src
3 years ago
utility-framework
3 years ago
vendor
3 years ago
LICENSE
4 years ago
bootstrap.php
3 years ago
config.json
3 years ago
cypress.config.js
3 years ago
extendify.php
4 years ago
loader.php
4 years ago
postcss.config.js
3 years ago
readme.txt
3 years ago
webpack.config.js
3 years ago
config.json
16 lines
| 1 | { |
| 2 | "api": { |
| 3 | "onboarding": "https://dashboard.extendify.com/api/onboarding", |
| 4 | "onboarding-dev": "https://testing.extendify.com/api/onboarding", |
| 5 | "onboarding-local": "http://templates.test/api/onboarding", |
| 6 | |
| 7 | "assist": "https://dashboard.extendify.com/api/assist", |
| 8 | "assist-dev": "https://testing.extendify.com/api/assist", |
| 9 | "assist-local": "http://templates.test/api/assist", |
| 10 | |
| 11 | "live": "https://dashboard.extendify.com/api", |
| 12 | "dev": "https://testing.extendify.com/api", |
| 13 | "local": "http://templates.test/api" |
| 14 | } |
| 15 | } |
| 16 |