We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f45987 commit b180230Copy full SHA for b180230
2 files changed
frontend/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "ng serve --configuration=development",
8
"build": "ng build",
9
- "preview": "ng serve --configuration=production",
+ "preview": "ng serve --configuration=production"
10
},
11
"dependencies": {
12
"@angular/animations": "^21.1.3",
package.json
@@ -3,11 +3,7 @@
3
"version": "1.0.0",
4
"description": "",
5
"main": "index.js",
- "scripts": {
- "dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
- "dev:frontend": "cd frontend && npm run dev",
- "dev:backend": "cd backend && npm run start:dev"
- },
+ "scripts": {},
"repository": {
"type": "git",
13
"url": "git+https://github.com/beginwebdev2002/fullstack-mavluda.git"
0 commit comments