ai-code-analyzer / netlify.toml
arun3676
Initial commit: LLM Code Analyzer with multi-model support
646ba30
raw
history blame
233 Bytes
[build]
command = "echo 'This is a Python Streamlit app - deploy to Render, Railway, or Heroku instead'"
publish = "."
[[redirects]]
from = "/*"
to = "https://your-app-name.onrender.com/:splat"
status = 301
force = true