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
See [config.ts](src/config.ts) for all available options. Here is a sample of the common configu options:
67
+
See [config.ts](src/config.ts) for all available options. Here is a sample of the common configuration options:
68
68
69
69
```ts
70
70
typeConfig= {
@@ -101,7 +101,7 @@ npm start
101
101
102
102
#### [Running in a container with Docker](./containerapp/README.md)
103
103
104
-
To obtain the `output.json` with a containerized execution. Go into the `containerapp` directory. Modify the `config.ts`same as above, the`output.json`file should be generated in the data folder. Note: the `outputFileName` property in the `config.ts` file in containerapp folder is configured to work with the container.
104
+
To obtain the `output.json` with a containerized execution, go into the `containerapp` directory and modify the `config.ts` as shown above. The`output.json`file should be generated in the data folder. Note: the `outputFileName` property in the `config.ts` file in the `containerapp` directory is configured to work with the container.
0 commit comments