UNTESTED: Updated all dependencies

This commit is contained in:
2024-05-03 07:07:32 +10:00
parent 90a4fc1a6a
commit ab9e7456fb
5 changed files with 922 additions and 369 deletions
+5 -4
View File
@@ -91,11 +91,12 @@ module.exports = ({ production, development, local, analyze }) => {
}
},
proxy: {
'/api': {
target: 'http://localhost:3000'
proxy: [
{
context: ['/api'],
target: 'http://localhost:3000',
}
},
],
static: '/public',