Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3321b6c

Browse files
committed
fix: remove nx executor
1 parent bf36e07 commit 3321b6c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/ssr-isr/project.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@
4949
},
5050
"defaultConfiguration": "production"
5151
},
52-
"serve-ssr": {
53-
"executor": "nx:run-commands",
54-
"options": {
55-
"commands": [
56-
"nx build ssr-isr --configuration=development --watch",
57-
"node --watch dist/apps/ssr-isr/server/server.mjs"
58-
],
59-
"parallel": false
60-
}
61-
},
6252
"serve": {
6353
"executor": "@angular-devkit/build-angular:dev-server",
6454
"configurations": {

0 commit comments

Comments
 (0)