refactor: standardize import statements and improve formatting in backend Convex files; update package.json script for consistency

This commit is contained in:
2025-12-03 16:19:39 -03:00
parent d79e6959c3
commit b145fcc74a
6 changed files with 2444 additions and 2096 deletions

View File

@@ -2,7 +2,7 @@
"name": "@sgse-app/backend",
"version": "1.0.0",
"scripts": {
"dev": "convex dev",
"dev": "convex dev",
"dev:setup": "convex dev --configure --until-success",
"lint": "eslint .",
"format": "prettier --write ."