Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ improve documentation

+5 -3
+2
apps/docs/developer-guide/setup-env.mdx
··· 412 412 `.env` file to ensure proper configuration for your application. Following these 413 413 steps will enable your application to function effectively with the appropriate 414 414 settings for each service. 415 + 416 + Open this url http://localhost:3000/app/love-openstatus to start using the app.
openstatus-dev.db

This is a binary file and will not be displayed.

+3 -3
packages/api/src/router/workspace.test.ts
··· 22 22 23 23 expect(result).toMatchObject({ 24 24 id: 1, 25 - slug: "test", 25 + slug: "love-openstatus", 26 26 name: "test", 27 27 plan: "pro", 28 28 paidUntil: null, ··· 50 50 51 51 expect(result).toMatchObject({ 52 52 id: 1, 53 - slug: "test", 53 + slug: "love-openstatus", 54 54 name: "test", 55 55 plan: "pro", 56 56 paidUntil: null, ··· 94 94 name: "test", 95 95 paidUntil: null, 96 96 plan: "pro", 97 - slug: "test", 97 + slug: "love-openstatus", 98 98 stripeId: "stripeId1", 99 99 subscriptionId: "subscriptionId", 100 100 updatedAt: expect.any(Date),