Start dockerizing, fix app bar bugs

This commit is contained in:
Kevin Thomas
2021-11-09 19:14:58 -08:00
parent d52aea3fd9
commit 8c6c4a00cc
7 changed files with 28 additions and 7 deletions

View File

@@ -3,6 +3,6 @@ module.exports = {
'vuetify'
],
devServer: {
proxy: 'http://localhost:3000'
proxy: 'http://localhost:1432'
}
}