{ "version": "0.0.1", "configurations": [ { "name": "festifun-api", "runtimeExecutable": "uv", "runtimeArgs": ["run", "python", "-m", "festival4d", "serve"], "port": 8000, "autoPort": false }, { "name": "festifun-web", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--prefix", "frontend"], "port": 5173, "autoPort": false } ] }