Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

fix(wren-ai-sevice): phony demo folder #394

Closed paopa closed 3 months ago

paopa commented 3 months ago

I encountered an issue as follows when executing make demo command to start the demo-site streamlit app.

✦2 ➜ make demo  
make: `demo' is up to date.

and the root cause is having a same-name folder over there. thus, need to declare the demo in the .PHONY

See also: