fix vue npm build configuration, make flask render dist folder

This commit is contained in:
Xevion
2020-08-09 21:58:42 -05:00
parent 634f03a09f
commit f1db1b239f
2 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
indexPath: '../../dist/index.html',
assetsDir: '../../dist',
outputDir: '../dist/',
assetsDir: './static',
};