Skip to content

Commit

Permalink
bundle.json and tiny-vue.css is 404 in prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
luocongqiu committed Feb 28, 2024
1 parent bf2bc18 commit b932ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/design-core/config/lowcode.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default {
canvasOptions: {
Angular: {},
Vue: {
material: ['http://localhost:8080/mock/bundle.json'],
material: ['/mock/bundle.json'],
scripts: [],
styles: ['http://localhost:8080/tiny-vue.css']
styles: ['/tiny-vue.css']
},
React: {},
HTML: {},
Expand Down

0 comments on commit b932ab0

Please sign in to comment.