mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-18 12:51:39 +00:00
✨ add flags for enabling notifications for product updates & new releases
This commit is contained in:
@@ -4,6 +4,10 @@ export type Env = {
|
||||
sandbox_mode: boolean;
|
||||
version: string;
|
||||
dashboardUrl: string;
|
||||
notifications: {
|
||||
product_updates: boolean;
|
||||
new_releases: boolean;
|
||||
};
|
||||
};
|
||||
server: {
|
||||
externalPort: string;
|
||||
|
||||
Reference in New Issue
Block a user