Skip to content

Commit b180230

Browse files
feat: initialize frontend package.json and remove root dev scripts
1 parent 3f45987 commit b180230

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "ng serve --configuration=development",
88
"build": "ng build",
9-
"preview": "ng serve --configuration=production",
9+
"preview": "ng serve --configuration=production"
1010
},
1111
"dependencies": {
1212
"@angular/animations": "^21.1.3",

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
6-
"scripts": {
7-
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
8-
"dev:frontend": "cd frontend && npm run dev",
9-
"dev:backend": "cd backend && npm run start:dev"
10-
},
6+
"scripts": {},
117
"repository": {
128
"type": "git",
139
"url": "git+https://github.com/beginwebdev2002/fullstack-mavluda.git"

0 commit comments

Comments
 (0)