Spaces:
Runtime error
Runtime error
feat: synchronize text-to-sql-bot codebase with Hugging Face Space repository, including Docker build configurations
6086e71 | { | |
| "version": 2, | |
| "framework": "vite", | |
| "buildCommand": "npm run build", | |
| "outputDirectory": "dist", | |
| "installCommand": "npm install", | |
| "rewrites": [ | |
| { | |
| "source": "/api/:path*", | |
| "destination": "/api/:path*" | |
| } | |
| ], | |
| "headers": [ | |
| { | |
| "source": "/assets/(.*)", | |
| "headers": [ | |
| { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } | |
| ] | |
| } | |
| ] | |
| } | |