add landing and subscription plans
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
"docker:clean": "docker compose down -v && docker system prune -f",
|
||||
"backend:dev": "cd web/backend && npm run dev",
|
||||
"backend:start": "cd web/backend && npm start",
|
||||
"frontend:dev": "cd web/frontend && npm run dev",
|
||||
"frontend:build": "cd web/frontend && npm run build",
|
||||
"frontend:preview": "cd web/frontend && npm run preview",
|
||||
"install:all": "cd web/backend && npm install && cd ../frontend && npm install",
|
||||
"dashboard:dev": "cd web/dashboard && npm run dev",
|
||||
"dashboard:build": "cd web/dashboard && npm run build",
|
||||
"dashboard:preview": "cd web/dashboard && npm run preview",
|
||||
"install:all": "cd web/backend && npm install && cd ../dashboard && npm install",
|
||||
"git:status": "git status",
|
||||
"git:pull": "git pull",
|
||||
"git:push": "git push",
|
||||
|
||||
Reference in New Issue
Block a user