refactor: standardize import statements and improve formatting in backend Convex files; update package.json script for consistency
This commit is contained in:
@@ -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 ."
|
||||
|
||||
Reference in New Issue
Block a user