Skip to content

Commit 6214fe1

Browse files
fix jules terminal error
1 parent 133c79c commit 6214fe1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"scripts": {
77
"dev": "ng serve --configuration=development",
88
"build": "ng build",
9-
"preview": "ng serve --configuration=production"
9+
"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"
1013
},
1114
"dependencies": {
1215
"@angular/animations": "^21.1.3",

0 commit comments

Comments
 (0)