Skip to content

Commit fa3177e

Browse files
authored
chore: update-js-chat-to-1.0 (#1823)
* chore: update-js-chat-to-1.0
1 parent c1f654a commit fa3177e

File tree

9 files changed

+20841
-13
lines changed

9 files changed

+20841
-13
lines changed

samples/js-angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To build:
66

77
```bash
88
npm i
9-
npm run build
9+
npm run setup
1010
```
1111

1212
The sample is using Vertex AI, so you'll need to auth:
@@ -18,7 +18,7 @@ gcloud auth application-default login
1818
To run the sample:
1919

2020
```bash
21-
npm start
21+
npm run genkit:dev
2222
```
2323

2424
Point your browser to http://localhost:4200/

0 commit comments

Comments
 (0)