We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db4335 commit 1389ed7Copy full SHA for 1389ed7
README.md
@@ -17,7 +17,7 @@ ENABLE_TRUST_PROXY=true
17
In order to interact with the API, you need to have an API key. To create one, execute the following command.
18
19
```sh
20
-docker exec <container_id> dist/scripts/create-local-user.js
+docker exec <container_id | container_name> node /app/apps/api/dist/scripts/create-local-user.js <email>
21
```
22
23
After running the above command, you will get an API key which you can use to interact with the app.
@@ -54,3 +54,9 @@ pnpm --filter=@medialit/thumbnail build
54
```bash
55
pnpm --filter=@medialit/api dev
56
57
+
58
+### Publishing a new version
59
60
+```bash
61
+npx changeset
62
+```
0 commit comments