started training report form

This commit is contained in:
2025-11-17 19:28:09 -05:00
parent cbefff34f5
commit 28d4607768
5 changed files with 125 additions and 16 deletions

View File

@@ -15,7 +15,8 @@ export default defineConfig({
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@shared': fileURLToPath(new URL('../shared', import.meta.url)),
},
},
server: {