Skip to content

Commit c55729b

Browse files
committed
chore: removed unused .env variables from example file and added env types to fix checks on github ci pipeline
1 parent 065f84e commit c55729b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Pictique Configuration
2-
PUBLIC_PICTIQUE_URL=your_public_pictique_url_here
32
PUBLIC_PICTIQUE_BASE_URL=your_public_pictique_base_url_here
43

54
# Blabsy Configuration
6-
PUBLIC_BLABSY_URL=your_public_blabsy_url_here
75
PUBLIC_BLABSY_BASE_URL=your_public_blabsy_base_url_here
86

97
# Eid Wallet Configuration

platforms/pictique/src/env.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/// <reference types="@sveltejs/kit" />
2+
3+
declare namespace App {}
4+
5+
declare module '$env/static/public' {
6+
export const PUBLIC_PICTIQUE_BASE_URL: string;
7+
}

0 commit comments

Comments
 (0)