feat: Add numerous Magic: The Gathering card metadata and image files.
Some checks failed
Build and Deploy / build (push) Failing after 50s

This commit is contained in:
2025-12-17 18:12:35 +01:00
parent da3f7fa137
commit 2869c35885
4 changed files with 59 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ export default defineConfig({
proxy: {
'/api': 'http://localhost:3000', // Proxy API requests to backend
'/cards': 'http://localhost:3000', // Proxy cached card images
'/images': 'http://localhost:3000', // Proxy static images
'/socket.io': {
target: 'http://localhost:3000',
ws: true