feat: add configurable API server URLs and CORS settings for development

Adds environment variables to configure API server URLs and CORS settings
for development environments, enabling flexible multi-server setups and
cross-origin testing.
This commit is contained in:
midzelis
2025-10-22 22:17:05 +00:00
parent fc5fc58759
commit 6fd39767db
7 changed files with 115 additions and 2 deletions

View File

@@ -65,6 +65,7 @@
"@eslint/js": "^9.36.0",
"@faker-js/faker": "^10.0.0",
"@koddsson/eslint-plugin-tscompat": "^0.2.0",
"@rollup/plugin-replace": "^6.0.2",
"@socket.io/component-emitter": "^3.1.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "^0.8.0",