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
* Share Intellij run configurations
* [sessions] Cleanup inactive sessions after 168h
* Create a TTL index on the updatedAt field
* Change type of createdAt and updatedAt to Date (required for TTL index)
* Regenerated mocks
=> the session cleanup will only work for sessions create/touch after this change.
=> older sessions need to dropped manually
see: https://www.mongodb.com/docs/manual/core/index-ttl/
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,11 @@ The frontend lives in the [`plugins/app`](./plugins/app) folder. The shared Reac
165
165
-`yarn workspace @kobsio/app build`: Build the React UI.
166
166
-`yarn workspace @kobsio/app start`: Start development server for the React UI. The development server is served on port `3000`.
167
167
168
-
We are using [ESLint](https://eslint.org) and [Prettier](https://prettier.io) for linting and automatic code formation. When you are using [VS Code](https://code.visualstudio.com) you can also use the `launch.json` file from the `.vscode` folder for debugging the React UI.
168
+
We are using [ESLint](https://eslint.org) and [Prettier](https://prettier.io) for linting and automatic code formation.
169
+
170
+
When you are using [VS Code](https://code.visualstudio.com) you can also use the `launch.json` file from the `.vscode` folder for debugging the React UI.
171
+
172
+
For [Intellj](https://www.jetbrains.com/idea/) users the `.run` folder contains shared run configurations.
0 commit comments