feat(proxy): start using proxy for circleci

This commit is contained in:
Ivan Shmidt
2020-07-08 09:25:56 +02:00
parent a05a8f805d
commit 237502140b
3 changed files with 8 additions and 10 deletions
-9
View File
@@ -10,15 +10,6 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"proxy": {
"/circleci/api": {
"target": "https://circleci.com/api/v1.1",
"changeOrigin": true,
"pathRewrite": {
"^/circleci/api/": "/"
}
}
},
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",