Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Apr 3, 2024
1 parent 479c9d7 commit 175379e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .app.web.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
VUE_APP_API_SERVER: '',
VUE_APP_API_AGENT: 'http:https://127.0.0.1:8086/api/v1'
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

"build": "sh init.project.sh && vue-cli-service build --mode=production",
"build:client": "sh init.project.sh && APP_CONF=client vue-cli-service build --mode=production",
"build:web": "sh init.project.sh && APP_CONF=web vue-cli-service build --mode=production",
"build:demo": "sh init.project.sh && APP_CONF=demo vue-cli-service build --mode=production",

"test:unit": "vue-cli-service test:unit",
Expand All @@ -23,6 +24,7 @@
"ant-design-vue": "2.2.8",
"ant-design-vue-v3": "npm:[email protected]",
"axios": "^0.21.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "^3.18.0",
"echarts": "^4.9.0",
"handsontable": "^12.3.0",
Expand Down

0 comments on commit 175379e

Please sign in to comment.