feat: add purchases generation

This commit is contained in:
2024-11-24 11:16:42 +01:00
parent d5fd74b0c5
commit a73f5b883c
16 changed files with 408 additions and 132 deletions

View File

@@ -4,7 +4,7 @@
"start": "prisma generate && node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc",
"lint": "next lint",
"lint": "eslint . --fix",
"format": "prettier --config .prettierrc '**/*.{ts,json,md}' --write",
"typecheck": "tsc --noEmit",
"prepare": "husky install",