feat:#43 added vue dev tools

This commit is contained in:
Elmar Kresse
2024-07-06 20:58:11 +02:00
parent ab6590898b
commit bc08078110
4 changed files with 1686 additions and 176 deletions

View File

@ -51,5 +51,9 @@ http {
location / {
proxy_pass http://htwkalender-frontend:8000;
}
location /__devtools__ {
proxy_pass http://htwkalender-frontend:8000;
}
}
}