Add demo user seed script and persona data
This commit is contained in:
parent
e91f552c60
commit
b8c52e7948
12 changed files with 518 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"build": "next build --webpack",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"test": "vitest run"
|
||||
"test": "vitest run",
|
||||
"seed:demo-users": "node scripts/seed-demo-users.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue