|
|
|
@ -3,7 +3,7 @@ |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.0.0", |
|
|
|
"private": true, |
|
|
|
"private": true, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"", |
|
|
|
"start": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"", |
|
|
|
"dev:backend": "cd backend && npm run dev", |
|
|
|
"dev:backend": "cd backend && npm run dev", |
|
|
|
"dev:frontend": "cd frontend && npm run dev", |
|
|
|
"dev:frontend": "cd frontend && npm run dev", |
|
|
|
"build": "npm run build:backend && npm run build:frontend", |
|
|
|
"build": "npm run build:backend && npm run build:frontend", |
|
|
|
|