Push to clean project after testing the pipeline

This commit is contained in:
dvirlabs 2025-06-18 04:11:51 +03:00
parent cbe41450f9
commit deb1fa13d3
2 changed files with 2 additions and 1 deletions

View File

@ -81,5 +81,6 @@ def list_icons():
return categories
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)

View File

@ -4,4 +4,4 @@ function App() {
return <Diagram />;
}
export default App;
export default App;