docs: adapt contribution guide

This commit is contained in:
Elias Schneider
2025-05-24 19:52:07 +00:00
parent 2a457ac8e9
commit cbe7aa6eec
7 changed files with 53 additions and 39 deletions

View File

@@ -16,6 +16,7 @@ export default defineConfig({
],
server: {
host: process.env.HOST,
proxy: {
'/api': {
target: process.env.DEVELOPMENT_BACKEND_URL || 'http://localhost:1411'