Refactor database types definitions in Supabase

Various fields in the Supabase database types definitions have been modified. Primarily, the changes involve consistently ending each line with a semicolon. This enforces consistent formatting and improves code readability.
This commit is contained in:
giancarlo
2024-04-04 15:50:28 +08:00
parent 83cd86e3ee
commit a52c8dd31c
2 changed files with 927 additions and 929 deletions

View File

@@ -6,8 +6,7 @@
"clean": "git clean -xdf .turbo node_modules", "clean": "git clean -xdf .turbo node_modules",
"format": "prettier --check \"**/*.{ts,tsx}\"", "format": "prettier --check \"**/*.{ts,tsx}\"",
"lint": "eslint .", "lint": "eslint .",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit"
"start": "docker run --rm -it --name=stripe -v ~/.config/stripe:/root/.config/stripe stripe/stripe-cli:latest listen --forward-to http://host.docker.internal:3000/api/billing/webhook"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"exports": { "exports": {

File diff suppressed because it is too large Load Diff