feat: add workout calendar with file import and detail view

This commit is contained in:
Blake Ridgway
2025-11-29 12:46:29 -06:00
parent bf72ef4503
commit 58b011decb
5 changed files with 699 additions and 126 deletions

View File

@@ -5,11 +5,5 @@ module.exports = defineConfig({
productionSourceMap: false,
devServer: {
port: 3000,
proxy: {
'/api': {
target: process.env.VUE_APP_API_URL || 'http://127.0.0.1:5000',
changeOrigin: true,
},
},
},
});