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

@@ -8,7 +8,7 @@
* @module
*/
import { anyApi, componentsGeneric } from 'convex/server';
import { anyApi, componentsGeneric } from "convex/server";
/**
* A utility for referencing Convex functions in your app's API.