RuleTemplate seed and create flow

This commit is contained in:
adilallo
2026-04-10 22:17:52 -06:00
parent cee81eda16
commit ec5afd1464
47 changed files with 1706 additions and 265 deletions
+4
View File
@@ -5,6 +5,9 @@
"engines": {
"node": ">=20.0.0"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@@ -93,6 +96,7 @@
"start-server-and-test": "^2.0.13",
"storybook": "^10.2.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.4",
"typescript": "^5.9.2",
"typescript-eslint": "^8.53.1",
"vitest": "^3.2.4",