Skip to content

Commit 3731ff9

Browse files
fix it
1 parent 6214fe1 commit 3731ff9

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

frontend/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"dev": "ng serve --configuration=development",
88
"build": "ng build",
99
"preview": "ng serve --configuration=production",
10-
"dev-jules": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
11-
"dev:frontend": "cd frontend && npm run dev",
12-
"dev:backend": "cd backend && npm run start:dev"
1310
},
1411
"dependencies": {
1512
"@angular/animations": "^21.1.3",

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "full-mavluda-beauty",
3+
"version": "1.0.0",
4+
"description": "",
5+
"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+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/beginwebdev2002/fullstack-mavluda.git"
14+
},
15+
"keywords": [],
16+
"author": "",
17+
"license": "ISC",
18+
"type": "commonjs",
19+
"bugs": {
20+
"url": "https://github.com/beginwebdev2002/fullstack-mavluda/issues"
21+
},
22+
"homepage": "https://github.com/beginwebdev2002/fullstack-mavluda#readme"
23+
}

0 commit comments

Comments
 (0)