move database and file storage from edgedb and disk to convex
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env -S uv run --script
|
||||
import quart_flask_patch
|
||||
import asyncio
|
||||
asyncio.set_event_loop_policy(asyncio.DefaultEventLoopPolicy())
|
||||
@@ -21,4 +21,4 @@ app.register_blueprint(side_main_bp)
|
||||
app.register_blueprint(upload_bp)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=WEB_DEBUG, port=5500)
|
||||
app.run(debug=WEB_DEBUG, port=5502)
|
||||
|
||||
Reference in New Issue
Block a user