fix: components path

This commit is contained in:
Mo
2021-12-30 14:53:30 -06:00
parent 66d8efd090
commit bc02754534
5 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ module.exports = (env, argv) => {
],
devServer: {
hot: 'only',
static: './',
static: './public',
port,
devMiddleware: {
writeToDisk: argv.writeToDisk,