You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: exercises/05/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,11 @@ Note the difference in capitalization here. The property name is `country` which
136
136
137
137
While the `cds watch` is useful, it supresses various messages to keep the noise down. But there's something in those suppressed messages that you should pay attention to.
138
138
139
-
:point_right: Terminate any running `cds watch` process, and run `cds deploy && cds watch` manually:
139
+
:point_right: Terminate any running `cds watch` process, and run `cds deploy && npm start` manually:
140
140
141
141
```sh
142
142
user@host:~/bookshop
143
-
=> cds deploy &&cds watch
143
+
=> cds deploy &&npm start
144
144
> filling my.bookshop.Authors from db/csv/my.bookshop-Authors.csv
145
145
> filling my.bookshop.Books from db/csv/my.bookshop-Books.csv
0 commit comments