feature: Create a user from the command line

This commit is contained in:
LaraClara 2023-06-12 16:52:48 +10:00 committed by Danny Avila
parent 6c5bea0096
commit 87fa9f9ab0
2 changed files with 104 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"scripts": {
"install": "node config/install.js",
"upgrade": "node config/upgrade.js",
"create-user": "node config/create-user.js",
"backend": "cross-env NODE_ENV=production node api/server/index.js",
"backend-dev": "cross-env NODE_ENV=development npx nodemon api/server/index.js",
"frontend": "cd client && npm run build",