Initial commit: FunConnect project with server, relay, client and admin panel

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 20:56:36 +08:00
parent eb6e901440
commit b6891483ae
167 changed files with 16147 additions and 106 deletions

1
server/src/db/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub type DbPool = sqlx::PgPool;