mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 11:41:51 +02:00
📓 Add changelog widget (#798)
This commit is contained in:
parent
bc53e97f93
commit
d08ed6d0f7
14 changed files with 158 additions and 100 deletions
4
apps/web/declarations/environment.d.ts
vendored
4
apps/web/declarations/environment.d.ts
vendored
|
@ -34,9 +34,9 @@ declare global {
|
|||
*/
|
||||
NEXT_PUBLIC_CRISP_WEBSITE_ID?: string;
|
||||
/**
|
||||
* When defined users will be able to send feedback to this email address
|
||||
* When `true` it will show the feedback button and pull the changelog from featurebase
|
||||
*/
|
||||
NEXT_PUBLIC_FEEDBACK_EMAIL?: string;
|
||||
NEXT_PUBLIC_FEEDBACK_ENABLED?: string;
|
||||
/**
|
||||
* Users of your instance will see this as their support email
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue